-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Exit Criteria:
- Create a new Django project using version 2.0.
- Re-design the project layout to
<repository_root>/
|-- <configuration_root>/
|-- <django_project_root>/ - Move settings file(settings.py) to
settings/base.py - Update files that are affected by the move of the settings file
wsgi.pymanage.pybase.py(configuration that conflicts to the move)
- Create development settings file that inherit from the base settings (
development.py). - Update base.py
- Separate the following in INSTALLED_APPS
- Django applications
- Third party django applications
- Local django applications.
- Separate the following in INSTALLED_APPS
- Create requirements folder under
repository_rootand in it create a base.txt and dev.txt. Add Django ver 2.0 on base.txt and have dev.txt inherits from base.txt - Create .gitignore file under
repository_rootand add__pycache__folder anddb.sqlite3
Metadata
Metadata
Assignees
Labels
No labels