Skip to content

mrooney/django-project-skel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{{ project_name|title }} Django Project

Pre-requisites:

  • python
  • pip
  • sudo easy_install pip
  • [optional] virtualenv
  • pip install virtualenv

Installation:

From the directory of the repository:

  1. virtualenv env && source env/bin/activate
  2. pip install -r requirements.txt
  3. cd website
  4. pbdeploy [starts/restarts application, performing any necessary bootstrapping]
  5. open http://localhost:[port]
  6. pbdeploy stop

About

django-admin.py startproject --template https://github.com/mrooney/django-project-skel/zipball/master --extension py,md,gitignore,sh,template projectname && cd projectname && bash bootstrap.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.5%
  • HTML 20.1%
  • CSS 14.1%
  • JavaScript 1.9%
  • Shell 1.4%