Tweeter
Angular JS + Django a perfect match companion project.
Install / Use
/learn @nnja/TweeterREADME
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 -
cdintro the project directorycd tweeter. -
Create a new virtual environment.
mkvirtualenv tweeterand 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 <a href="http://localhost:8000" target="_blank">http://localhost:8000</a>
Preview

