- Create a models folder under myApp.
- Delete models.py and add a model_name.py file in the models folder for each model model_name.
- Add the following to each model file :
1 2 | |
- Add a line in models/init.py for each model file :
1
| |
More information at djangoproject.com