Skip to main content

A File gallery application for Django

Project description

Yet another File gallery for Django.

Galleries contains Albums that contains Ressources and ressources are your files items. Usually used like an image gallery, you should also use it like a download center for many file types.

Note that Albums make usage of mptt, so Albums can have album children. Shipped templates are basic, they don’t manage albums tree.

Requires

Install

In your urls.py :

url(r'^porticus/', include('porticus.urls')),

Or to point out a specific gallery :

url(r'^$', 'porticus.views.view_gallery_detail', {'slug':'home-intro'}, name='homepage_gallery_detail'),

Then add the content of porticus.settings in your settings file.

In your settings.INSTALLED_APPS :

'mptt',
'sorl.thumbnail',
'porticus',

And if you want also to use it within DjangoCMS :

'porticus.cmsplugin_porticus',

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

porticus-0.5.4.tar.gz (12.4 kB view details)

Uploaded Source

File details

Details for the file porticus-0.5.4.tar.gz.

File metadata

  • Download URL: porticus-0.5.4.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for porticus-0.5.4.tar.gz
Algorithm Hash digest
SHA256 7379ec5c91fe1a2db1ec6c1f0f3058b6ccf5d695ffceba4328a1b563e16732d8
MD5 68ea7a0504f1002e996d86bd2168afa3
BLAKE2b-256 82c03c97dfc7635fd3bcd895a7f2c361cfcb86174c86bbe75bc3c5b0d4d7b563

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page