-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfolder_structure.txt
42 lines (41 loc) · 1.3 KB
/
folder_structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Django Project Folder Structure:
/home/w3e49/Sakif Hussain/Django-CRON
├── .gitignore
├── docker-compose.yml
├── Dockerfile
├── KayakTransactionReport.csv
├── README.md
├── requirements.txt
└── cron_project/
├── manage.py
└── cron_project/
├── __init__.py
├── asgi.py
├── settings.py
├── urls.py
└── wsgi.py
└── import_export/
├── __init__.py
├── admin.py
├── apps.py
├── models.py
├── tests.py
├── utils.py
├── views.py
└── migrations/
├── __init__.py
├── 0001_initial.py
├── 0002_transaction_boom_score_delta_bucket_and_more.py
├── 0003_kayaktransaction_transactionmetadata_and_more.py
└── 0004_delete_transactionmetadata.py
└── templates/
└── admin/
├── change_list.html
├── import_csv_form.html
└── custom_login.html
└── static/
└── admin/
├── css/
│ └── custom_login.css
└── img/
└── admin_logo-rmbg.png