-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When namelist.py is imported it references featurelist.py and tasklist.py. After the default install these files do not yet exist and django crashes during boot.
Currently I'm using the same work-around that the master branch uses (catch import error and use an empty dict) but this makes it really difficult to figure out how the tasklists and featurelists should be formatted to work properly.
Proposed fixes for default behavior:
- Generate template tasklist.py and featurelist.py files (would contain a dummy examples of task and feature lists)
- Generate ready tasklist.py and featurelist.py files that contain all the available tasks and features
Which of these options would be preferable?
Relevant to unstable_py3 branch.
Change introduced in this commit.
Metadata
Metadata
Assignees
Labels
No labels