Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • PyPI
  • Socket score

Maintainers
1

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

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

Quick start

  1. Install photogallery::

    pip install django-photogallery

  2. Add "photogallery" to INSTALLED_APPS::

    INSTALLED_APPS = [ ... 'photogallery', ]

  3. Add photogallery URLconf to urls.py::

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

  4. Run python manage.py migrate to create models.

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

  6. 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc