Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 864 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 864 Bytes

tweeter

A sample application to show the strengths of Angular and Django

Slides are available here: http://www.slideshare.net/nnja/djangocon-2014-angular-django

Companion Video from DjangoCon 2014 is available here: https://www.youtube.com/watch?v=IcZoasMX5Yo

Installation Instructions

  1. Clone the project.

  2. Create a new virtual environment. mkvirtualenv tweeter

  3. cd intro the project directory, and install dependencies from requirements.txt via pip install -r requirements.txt

  4. create tables and load fixtures. python manage.py syncdb

  5. Run the server via: python manage.py runserver

  6. The application will be available at http://localhost:8000

Preview

image