Skip to content

sc3/django-townsquare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

townsquare2

Python-Django port of Townsquare project found at https://github.com/sc3/townsquare

Steps to test out the project:

  • Clone the repo
  • Recommended to create a virtualenv for this project; start it up
  • At project directory root, 'pip install -r requirements.txt'
  • './manage.py syncdb'; create a user for yourself
  • './manage.py migrate'
  • './manage.py runserver'
  • Navigate to 'localhost:8000/admin' with a browser
  • Log in with your user and pw, and look around.