Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/satheesh1997/django-boilerplate

Boilerplate code for Django3.1.8 compatible with Python 3.8.2. This also has nose test, coverage, and docker support.
https://github.com/satheesh1997/django-boilerplate

boilerplate coverage coverage-report django django-boilerplate django-nose docker gunicorn nginx uwsgi

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.