https://github.com/cuongnb14/cookiecutter-django-drf
Cookiecutter Django DRF is a framework for jumpstarting projects quickly.
https://github.com/cuongnb14/cookiecutter-django-drf
cookiecutter django
Last synced: 3 months ago
JSON representation
Cookiecutter Django DRF is a framework for jumpstarting projects quickly.
- Host: GitHub
- URL: https://github.com/cuongnb14/cookiecutter-django-drf
- Owner: cuongnb14
- License: mit
- Created: 2020-11-28T07:36:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T14:17:49.000Z (9 months ago)
- Last Synced: 2025-06-25T05:38:46.174Z (4 months ago)
- Topics: cookiecutter, django
- Language: Python
- Homepage:
- Size: 621 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter-django-drf
Powered by Cookiecutter. Cookiecutter Django DRF is a framework for jumpstarting projects quickly.
## Introduction
This cookie cutter is a very simple boilerplate for starting a RESTful API using Django, Nginx, Docker, SQLite. It comes with basic project structure and configuration.## Features:
- For django 5.x, djangorestframework 3.13.1
- Implement django_filter
- Implement auth by djangorestframework-simplejwt
- Docker support using docker-compose
- SQLite DB### Option
- dramatiq
- postgres
- whitenoise## Usage
`cookiecutter https://github.com/cuongnb14/cookiecutter-django-drf.git`