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
Add “filmmap” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'filmmap', )
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)), )
Run python manage.py syncdb to create the filmmap models.
Run python manage.py update_films https://data.sfgov.org/resource/yitu-d5am.json to update the films database.
Visit http://127.0.0.1:8000/filmmap/ to run the application!
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-filmmap-0.1.tar.gz
.
File metadata
- Download URL: django-filmmap-0.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e922b117a32138d1809b8d620314c71dbc4e1b713bff3cc609536c2585fe381c |
|
MD5 | 90765ee6c7dc66521ababf9dfaf8b967 |
|
BLAKE2b-256 | 56e7e97069e9c9d21f47a188d847f3c67fe6e416cea98949ae7e9bb3aeb97444 |