Skip to main content

An API to find movies that are playing in the San Francisco area.

Project description

FilmMap is an API to find movies that are playing in the San Francisco area. Feel free to fork the repository and use it for your own data sets!

Quick start

  1. Add “filmmap” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'filmmap',
    )
  2. Include the filmmap URLconfs in your project urls.py like this:

    urlpatterns = patterns('',
        url(r'^', include('filmmap.urls', namespace='filmmap')),
        url(r'^admin/', include(admin.site.urls)),
    )
  3. Run python manage.py syncdb to create the filmmap models.

  4. Run python manage.py update_films https://data.sfgov.org/resource/yitu-d5am.json to update the films database.

  5. Visit http://127.0.0.1:8000/filmmap/ to run the application!

  6. Feel free to fork the repository and create an API for your own data sets. Modify the api view in views.py, the the admin comment update_films.py, and the models in models.py to reflect your particular data set.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-filmmap-0.1.tar.gz (8.4 kB view details)

Uploaded Source

File details

Details for the file django-filmmap-0.1.tar.gz.

File metadata

File hashes

Hashes for django-filmmap-0.1.tar.gz
Algorithm Hash digest
SHA256 e922b117a32138d1809b8d620314c71dbc4e1b713bff3cc609536c2585fe381c
MD5 90765ee6c7dc66521ababf9dfaf8b967
BLAKE2b-256 56e7e97069e9c9d21f47a188d847f3c67fe6e416cea98949ae7e9bb3aeb97444

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page