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

django-simplegallery

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-simplegallery

django image gallery app

  • 0.13
  • PyPI
  • Socket score

Maintainers
1

django-simplegallery

simple gallery

dependecies

  • django-filer
  • classy js: https://github.com/FinalAngel/classy-frontend-framework
  • jquery
  • jquery.cycle

Installation

  • pip install django-simplegallery

  • follow the setup instructions for django-filer

  • add simplegallery to INSTALLED_APPS and run syncdb or south migrate

  • make sure simplegallery/media is accessible at your MEDIA_URL

  • These external js dependencies also need to be made accessable at these default locations:

    • {{ MEDIA_URL }}js/libs/jquery-1.4.4.js
    • {{ MEDIA_URL }}js/libs/classy-1.3.js
    • {{ MEDIA_URL }}js/plugins/jquery.cycle-2.97.js

You can change the locations of these files by overriding the templates.

0.13

  • its now possible to link a gallery to a django-filer folder, so it will one-way sync with the folder (changes in simplegallery are ignored, all changes from filer will be accepted)

0.12

  • groups is no longer a mandatory field Backward incompatible changes!

  • css has changed

  • js dependencies are no longer bundled

0.11.0a1

Backwards incompatible changes!

  • added django-sekizai dependency
  • added django-tinymce dependency
  • default stylesheets and html structure changed, files renamed

Added detail change view for images in Gallery No more null=True on CharFields and TextFields (used blank=True, default='' instead)

0.10.0a

Changed image fields from image_filer to filer (backwards incompatible change)

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