-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfile_structure.txt
64 lines (60 loc) · 1.31 KB
/
file_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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Python_SQL_MagazineApp/
requirements.txt
test.py
README.md
app.py
queries/
example.py
update/
queries.py
delete/
queries.py
read/
final_project_queries.sql
queries.py
create/
queries.py
models/
__init__.py
parser.py
db_model.py
record_types/
Subscription.py
Profile.py
Magazine.py
Customer.py
Payment.py
meta_info/
Final Project Proposal.docx
Final Project ER Diagrams - tarekE_erinL_connorL (1).pdf
CPSC408-finalProject-rubric.docx
FinalProjectOutline.pdf
controllers/
db_helper.py
ui_helper.py
__init__.py
data/
Magazine.csv
categories.py
data_helper.py
Customer.csv
Profile.csv
DataExplorer.ipynb
Payment.csv
RandData.csv
gen_data.py
Subscription.csv
Flat.csv
depracated/
Magazine.csv
magazineTable.csv
Customer.csv
Profile.csv
syntheticSubscriptionData.xlsx
Payment.csv
Subscription.csv
Flat.csv
views/
auth.py
admin.py
root.py