-
Notifications
You must be signed in to change notification settings - Fork 0
/
tree.txt
117 lines (117 loc) · 3.11 KB
/
tree.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
preceptoronline
| .gitattributes
| .gitignore
| Procfile
| requirements.txt
| run.bat
| run.py
|
+---controllers
| defaultcontroller.py
| userscontroller.py
| __init__.py
|
+---dto
| requestdto.py
| __init__.py
|
+---root
| | __init__.py
| |
| +---static
| | +---css
| | | about.css
| | | bootstrap-grid.css
| | | bootstrap-grid.css.map
| | | bootstrap-grid.min.css
| | | bootstrap-grid.min.css.map
| | | bootstrap-reboot.css
| | | bootstrap-reboot.css.map
| | | bootstrap-reboot.min.css
| | | bootstrap-reboot.min.css.map
| | | bootstrap.css
| | | bootstrap.css.map
| | | bootstrap.min.css
| | | bootstrap.min.css.map
| | | docs.min.css
| | | docs.min.css.map
| | | layout.css
| | | navbar.css
| | | register.css
| | | signin.css
| | |
| | +---images
| | | | login.png
| | | | logo-other.png
| | | | logo.png
| | | | signup.png
| | | |
| | | \---welcome
| | | welcome1.jpg
| | | welcome2.jpg
| | | welcome3.jpg
| | |
| | \---js
| | | .eslintrc.json
| | | bootstrap.bundle.js
| | | bootstrap.bundle.js.map
| | | bootstrap.bundle.min.js
| | | bootstrap.bundle.min.js.map
| | | bootstrap.js
| | | bootstrap.js.map
| | | bootstrap.min.js
| | | bootstrap.min.js.map
| | | docs.min.js
| | | jquery-3.3.1.min.js
| | |
| | +---brand
| | | bootstrap-outline.svg
| | | bootstrap-punchout.svg
| | | bootstrap-social-logo.png
| | | bootstrap-social.png
| | | bootstrap-solid.svg
| | |
| | +---scss
| | | docs.scss
| | | _ads.scss
| | | _algolia.scss
| | | _anchor.scss
| | | _brand.scss
| | | _browser-bugs.scss
| | | _buttons.scss
| | | _callouts.scss
| | | _clipboard-js.scss
| | | _colors.scss
| | | _component-examples.scss
| | | _content.scss
| | | _examples.scss
| | | _footer.scss
| | | _masthead.scss
| | | _nav.scss
| | | _sidebar.scss
| | | _skiplink.scss
| | | _syntax.scss
| | | _variables.scss
| | |
| | +---src
| | | application.js
| | | ie-emulation-modes-warning.js
| | | pwa.js
| | |
| | \---vendor
| | anchor.min.js
| | clipboard.min.js
| | holder.min.js
| | jquery-slim.min.js
| | popper.min.js
| |
| \---templates
| about.html
| question.html
| layout.html
| signin.html
| signup.html
|
\---views
forms.py
__init__.py