Skip to content

Missing featurelist.py and tasklist.py #29

Description

@TomekFraczek

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions