/django-project-template

Django template that follow 12-factor app

Primary LanguagePythonApache License 2.0Apache-2.0

Django 2 project template

This is a template of the Django template that I usually use in my projects.

Features

Installation

$ mv .env.template .env
$ pip install -r requirements.txt

Deployment

Do as you wish.