A basic template for a django project. This template does not currently assist with packaging or deployment.
Note: This is not a tutorial.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
There are not many prerequisites for this template. I recommend python3 with virtualenv. Also NodeJS 6.4.11 if you intend to use a ReactJS frontend.
A great way to install NodeJS is using the nodesource distributions here: https://github.com/nodesource/distributions
-
Download the latest release or master branch
-
Copy and edit the settings files as needed.
cp ./config/settings/example.local.py ./config/settings/local.py
-
Alter the License file as needed.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Largely based off of Dylan Stein's guide with my own little changes as I use and alter the template.