Skip to content

It's a framework for jumpstarting production-ready DRF projects quickly.

License

Notifications You must be signed in to change notification settings

yulio94/cookiecutter-django-rest

Repository files navigation

Cookiecutter Django Rest

Do you need a ready to production Django rest framework template?. It's our first objective with this repository.

This repository use cookiecutter for provide you a quick start with Django rest framework.

Features

  • Python 3.8+
  • Django 3.0+
  • PotsgreSQL 13.1+
  • Local development fully dockerized via docker-compose.
  • Django rest framework.
  • Optimized local, test and production settings.
  • Multi-task, async tasks and task monitoring.
  • Testing with unittest or pytest.
  • Dependencies work with pipenv.

And more incoming...

How start

You need to install cookiecutter, one way to do that is:

pip install cookiecutter

See more ways to install in cookiecutter installation.

Then, scaffold your project:

cookiecutter gh:yulio94/cookiecutter-django-rest 

An example in cride repository.

Thanks to:

  • @pablotrinidad
  • @pydanny
  • @agconti
  • @platzi

About

It's a framework for jumpstarting production-ready DRF projects quickly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published