Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerossb/django-boilerplate
Project for creating ready-made features of a django project.
https://github.com/zerossb/django-boilerplate
Last synced: 23 days ago
JSON representation
Project for creating ready-made features of a django project.
- Host: GitHub
- URL: https://github.com/zerossb/django-boilerplate
- Owner: zerossB
- Created: 2020-03-09T20:20:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:49:38.000Z (about 2 years ago)
- Last Synced: 2024-11-07T15:53:33.705Z (2 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Django Boilerplate
Project for creating ready-made features of a django project.
For example:- Custom User creation
- Dependencies with Pipenv
- Docker
- Django Rest Framework## Configure
Start a new django project with this Boilerplate
`django-admin startapp --template=https://github.com/zerossB/Django-Boilerplate/archive/master.zip .`