Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 362 Bytes

======= Social-Talk

Yet another social network developed with python django and angular js

  • $ mkvirtualenv social-talk-env
  • $ workon social-talk-env
  • $ cd social-talk/
  • $ pip install -r requirements.txt
  • $ npm install -g bower
  • $ npm install
  • $ bower install
  • $ python manage.py migrate
  • $ python manage.py runserver