Skip to content

Boilerplate code for Django3.1.8 compatible with Python 3.8.2. This also has nose test, coverage, and docker support.

Notifications You must be signed in to change notification settings

satheesh1997/django-boilerplate

Repository files navigation

django-boilerplate

Steps to setup this code:

1. git clone https://github.com/satheesh1997/django-boilerplate.git
2. cd django-boilerplate
3. ./setup.sh
4. git remote set-url origin (orign url of your repository)
5. git push -u origin master

Steps to run in docker:

1. docker build -t webapp .
2. docker run -it -p 80:80 webapp

Note:

This runs in with settings.production inside docker.