This project is instantiated by my shell script which:
- Creates venv
- Installs Django
- Starts project
- Creates app OUTSIDE the project
- Creates .gitignore
- Creates README
- Creates requirements
- Creates local git repo, adds all and does init commit
- Makes 'templates' dir
- Adds Tests Skeleton
- Added STATICFILES_DIRS to settings.py
!!! I NEED TO MAKE THE FOLLOWING CHANGES AFTER OPENING PYCHARM:
- Edit run configuration in PyCharm - set the starting point and add the venv.
- Move the app inside the project.
- In settings.py you need to add 'project.appp', to INSTALLED_APPS list.
- Mark templates folder as templates folder
Script by Ivailo Ignatov - IvoBass