Skip to main content

A simple Django app to manage Unsplash Photos.

Project description

=====
unsplash
=====

Unsplash is a simple Django app to manage Unsplash photos and use it in your project.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "unsplash" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'unsplash',
]

2. Run `python manage.py migrate` to create the unsplash models.

3. Start the development server and visit http://127.0.0.1:8000/admin/
to create an Unsplash Photo (you'll need the Admin app enabled).

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

django-unsplash-1.0.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

django_unsplash-1.0-py3-none-any.whl (20.5 kB view hashes)

Uploaded Python 3

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