Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 492 Bytes

README.md

File metadata and controls

executable file
·
16 lines (12 loc) · 492 Bytes

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.