Date: 10/04/2017
Accepted
We have 20+ projects which based on Django, but we don’t have the same structure which make our project hard to read.
We need handle those things:
- store all apps in one place;
- support different environments;
- store project related configs.
make a skeleton for django: https://github.com/huifenqi/django-project-skeleton
- make all new projects with this skeleton;
- apply this structure to the old projects when refactoring.