Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

sashasimkin/django-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template, that makes easier to start django projects.

Usage

First install django to your system python installation(by root), and simply do following:

django-admin.py startproject \
--template=https://github.com/sashasimkin/django-project-template/archive/master.zip \
%project_name%

Optionally if you preffer to use virtualenv

virtualenv .env
. .env/bin/activate
pip install -r requirements/pip.txt

About

Project template for django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages