Skip to main content

A Django app to create gallery of photos.

Project description

Photogallery is Django app to allow users to look through pictures and posts created by admin.

Quick start

  1. Add “photogallery” to INSTALLED_APPS:

    INSTALLED_APPS = [
        ...
        'photogallery',
    ]
  2. Add photogallery URLconf to urls.py:

    path('photogallery/', include('photogallery.urls')),
  3. Run python manage.py migrate to create models.

  4. Start the server and add post on http://127.0.0.1:8000/admin/ after enabling Admin app.

  5. Visit http://127.0.0.1:8000/photogallery/ to look through all added picture posts.

Project details


Download files

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

Source Distribution

django-photogallery-0.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

django_photogallery-0.1-py3-none-any.whl (11.7 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