/tweeter

Angular JS + Django a perfect match companion project.

Primary LanguagePythonMIT LicenseMIT

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=vWJorwEQWLk

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