Skip to content

Sample application built with Django and Backbone.js

License

Notifications You must be signed in to change notification settings

tapichu/highway-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

highway-maps

Search highways and draw them on google maps.

Tools

I wanted to play with:

  • Django
  • Backbone.js
  • RequireJS
  • Buildout

Setup

  • I recommend crating a virtualenv isolated from your system Python:
    • virtualenv --no-site-packages myenv
    • cd myenv
    • source bin/activate (to activate the sandbox)
    • deactivate (to leave the sandbox)
  • Clone this repository: git clone [URL]
  • Change directory: cd highway-maps
  • Bootstrap buildout: python bootstrap.py
  • Run buildout: ./bin/buildout

Running the application

  • Create the database tables: ./bin/django syncdb (create an admin user when prompted)
  • Populate the database: ./bin/django loaddata devel
  • Start the development server: ./bin/django runserver

URLs

You might want to try some states with data like:

  • Tamaulipas.
  • Guerrero.
  • Hidalgo.
  • Mexico.
  • Morelos.
  • Nuevo León.
  • San Luis Potosí.

About

Sample application built with Django and Backbone.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published