Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-primitivegallery

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-primitivegallery

A simple image gallery.

  • 0.0.9
  • PyPI
  • Socket score

Maintainers
1

django-primitivegallery

A simple and primitive gallery for django.

This project is currently in alpha and not intended for production use.

Requirements

The following packages must be installed:

  • Django >= 1.5
  • Pillow or PIL
  • ImageMagick
  • FFmpeg
  • jhead

Installation

  1. Make sure the requirements above are installed. The first two can be installed with pip, the rest can be found in apt-get if you are using a debian based system.

  2. Add primitivegallery to your INSTALLED_APPS

  3. Add the following settings:

::

PRIMITIVE_GALLERY = { 'IMAGE_ROOT': os.path.join(BASE_DIR, 'images'), 'IMAGE_URL': '/static/' }

Where IMAGE_ROOT is the path to your images on disk and IMAGE_URL are the path the webserver serves them on.

  1. Import the primitivegallery urls on some path in your urls.py file:

::

url(r'^', include('primitivegallery.urls')),

Keywords

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