-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_structure.txt
43 lines (42 loc) · 1.07 KB
/
project_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
43
Web Project Directory Structure:
|- SvennProcessor
|- .env
|- .flaskenv
|- app
|- api
|- errors.py
|- routes.py
|- __init__.py
|- jobs
|- common
|- base_processor.py
|- database_manager.py
|- scheduler.py
|- utils
|- logging_config.py
|- warehouse_scripts
|- byggmakker
|- base_data.py
|- prices.py
|- retailer_data.py
|- store_data.py
|- __init__.py
|- logs
|- script_executions.log
|- models.py
|- __init__.py
|- app.db
|- app_backup.db
|- config.py
|- migrations
|- alembic.ini
|- env.py
|- README
|- script.py.mako
|- versions
|- 6aaecfa0b827_update_script_paths_to_warehouse_.py
|- 8d79800cd999_initial_migration.py
|- package-lock.json
|- package.json
|- requirements.txt
|- run.py