Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/satheesh1997/django-boilerplate
- Owner: satheesh1997
- Created: 2020-04-07T05:43:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:51:06.000Z (about 3 years ago)
- Last Synced: 2024-10-02T09:28:28.616Z (about 1 month ago)
- Topics: boilerplate, coverage, coverage-report, django, django-boilerplate, django-nose, docker, gunicorn, nginx, uwsgi
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.