Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 349 Bytes

Readme.md

File metadata and controls

12 lines (8 loc) · 349 Bytes

fein-skeleton

Project template for Django 1.5 and FeinCMS

Install

To create your own project based on fein-skeleton run following commands from the shell

django-admin.py startproject --template=https://github.com/zen4ever/fein-skeleton/zipball/master yourprojectname
cd yourprojectname/
pip install requirements/development.txt