Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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