Opened 5 years ago
Last modified 5 years ago
#2 closed task
create tree structure — at Version 2
Reported by: | zhangjr | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description (last modified by zhangjr)
The Application Factory Pattern will be used for Flask app.
├── NEIW.md
├── application
│ ├── init.py
│ ├── models.py
│ ├── static
│ │ └── style.css
│ ├── templates
│ │ └── analysis
│ └── views
│ └── init.py
├── config
└── wsgi.py
Subtickets (add)
Child Tickets
Change History (2)
comment:1 Changed 5 years ago by zhangjr
- Description modified (diff)
comment:2 Changed 5 years ago by zhangjr
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.