Changes between Initial Version and Version 1 of Ticket #2
- Timestamp:
- 04/10/20 09:40:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2 – Description
initial v1 1 1 The Application Factory Pattern will be used for Flask app. 2 3 ├── NEIW.md 4 ├── application 5 │ ├── __init__.py 6 │ ├── models.py 7 │ ├── static 8 │ │ └── style.css 9 │ ├── templates 10 │ │ └── analysis 11 │ └── views 12 │ └── __init__.py 13 ├── config 14 └── wsgi.py
