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
-
Clone the project.
-
Create a new virtual environment.
mkvirtualenv tweeter
-
cd
intro the project directory, and install dependencies from requirements.txt viapip install -r requirements.txt
-
create tables and load fixtures.
python manage.py syncdb
-
Run the server via:
python manage.py runserver
-
The application will be available at http://localhost:8000
Preview