You must create a manage.sh for developing purposes.
PyLucid needs some initial database data. We used a serialized fixture files, stored in JSON format.
The file create_initialdata.py [1] is a script to create the django fixtures file "pylucid.json" [2]. It's implement a django managment command.
In create_initialdata.py is a list of all apps/models that would be stored into the fixtures file.
You can get a list of all installed apps/models, for easy change this list:
| --list_all_models | List all installed models. |
| --list_apps2 | List all apps for creating the fixture files. |
Creating a new "pylucid.json" fixtures file is very easy. Just call the command:
The help page list all options:
django-processinfo: 5.1 ms of 270.8 ms (1.9%)