Skip to content
forked from nnja/tweeter

Angular JS + Django a perfect match companion project.

License

Notifications You must be signed in to change notification settings

newbie-gk/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

Angular JS + Django a perfect match companion project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 37.3%
  • CSS 28.8%
  • JavaScript 17.9%
  • HTML 16.0%