Skip to content

jasonamyers/pytn

 
 

Repository files navigation

pytn

Getting Started:

pip install virtualenv
virtualenv --no-site-packages pytnenv
source pytnenv/bin/activate
git clone git@github.com:pytn/pytn.git pytn
cd pytn
pip install -r requirements.txt
python manage.py syncdb
python manage.py loaddata fixtures/*
python manage.py runserver

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.2%
  • JavaScript 29.3%
  • Python 7.7%
  • Other 0.8%