Skip to content

nnja/tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone the project. git clone https://github.com/nnja/tweeter

  2. cd intro the project directory cd tweeter.

  3. Create a new virtual environment. mkvirtualenv tweeter and activate it.

  4. Install dependencies from requirements.txt via pip install -r requirements.txt

  5. Create tables and load fixtures. python manage.py syncdb

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

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

Preview

image

About

Angular JS + Django a perfect match companion project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published