Skip to content

florianpaquet/django-restangular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-restangular

Example project using Django and AngularJS. AngularJS static files are served through Django static files for commodity (to avoid CORS mechanisms).

Installation

  1. Create your virtualenv and install requirements :

    virtualenv virtenv
    source virtenv/bin/activate
    pip install -r requirements.txt
    
  2. Run development server :

    python manage.py syncdb
    python manage.py runserver
    

    If you change the server port, you will also have to edit the port in the services.js file.

  3. Go to http://localhost:8000

About

Example project using Django and AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published