Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.
Vladislav Bakin edited this page Oct 29, 2017 · 2 revisions

This is a project template for Django Framework, which helps easily create new project with django-environ included.

Create a project

To create a project please use the following command:

django-admin startproject --template https://github.com/mixkorshun/django-environ-project-template/archive/master.zip -n .env myproject

or a even simpler by using a short link:

django-admin startproject --template https://bit.ly/django-environ-project-template -n .env myproject
Clone this wiki locally