Opened 5 years ago
Closed 5 years ago
#64 closed task (fixed)
change config handling
Reported by: | zhangjr | Owned by: | zhangjr |
---|---|---|---|
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
Why do this? The jobs and models cannot run without context.
from /config
app.config.from_object('config.development')
to /app/config
app.config.from_pyfile('config/development.py')
Subtickets
Child Tickets
Change History (1)
comment:1 Changed 5 years ago by zhangjr
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.