tweeter
Note: this project uses an out of date version of django, django rest framework, and angular js. Use it only for reference purposes.
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
-
Clone the project.
git clone https://github.com/nnja/tweeter
-
cd
intro the project directorycd tweeter
. -
Create a new virtual environment.
mkvirtualenv tweeter
and activate it. -
Install dependencies from requirements.txt via
pip 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