Explore Flickr Api with Python and Django
pip install -r requirements/base.txt
-
Install Werkzeug and django-extensions
pip install -r requirements/dev.txt -
Add django_extensions to INSTALLED_APPS in your projects settings.py file:
INSTALLED_APPS = ( ... 'django_extensions', ... ) -
Run server
python manage.py runserver_plus