Skip to main content

A cookiecutter for enterprise projects with support for Celery, Django Rest Framework and deployment with Ansible and Docker

Project description

https://raw.githubusercontent.com/Nekmo/cookiecutter-django-backend/master/images/logo.png

Latest Travis CI build status Latest PyPI version Python versions Requirements Status

Cookiecutter Django Backend

A cookiecutter for create a simple and standard Django project with everything necessary for a backend. Unlike other cookiecutters, it is less intrusive.

Install or update Cookiecutter to the latest version:

$ pip install -U cookiecutter

Create your new project using this cookiecutter:

$ cookiecutter https://github.com/Nekmo/djangocookiecutter-django-backend

Or use the abbreviation (see below):

$ cookiecutter dj

Features

  • For Django 2.0+

  • Docker support using docker-compose.

  • Secure by default. With HTTPS Nginx config and Let’sEncrypt.

  • Develop and production settings

  • Ready for Celery and Django Rest Framework.

  • Deployment using Ansible and Docker.

Customize your default options

There are certain options that are always repeated every time cookiecutter is executed. Create a .cookiecutterrc file in your user directory:

default_context:
  author_name: Nekmo
  github_user: Nekmo
  email: myemail@nekmo.com
  open_source_license: MIT
  timezone: Europe/Madrid
abbreviations:
  dj: https://github.com/Nekmo/cookiecutter-django-backend
  gh: https://github.com/{0}.git

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cookiecutter-django-backend-0.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page