You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

django-photogallery

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-photogallery

A Django app to create gallery of photos.

0.3.0
pipPyPI
Maintainers
1

============ Photogallery

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

Quick start

  • Install photogallery::

    pip install django-photogallery

  • Add "photogallery" to INSTALLED_APPS::

    INSTALLED_APPS = [ ... 'photogallery', ]

  • Add photogallery URLconf to urls.py::

    path('photogallery/', include('photogallery.urls')),

  • Run python manage.py migrate to create models.

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

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts