A File gallery application for Django
Project description
.. _mptt: https://github.com/django-mptt/django-mptt/
.. _sorl.thumbnail: https://github.com/sorl/sorl-thumbnail
porticus
========
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 basics.
Requires
********
* Django >= 1.5;
* `mptt`_;
* `sorl.thumbnail`_;
Optionnal
---------
* `django-cms`_ to use Porticus with the cms plugin;
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 its plugin within `django-cms`_ : ::
'porticus.cmsplugin_porticus',
.. _sorl.thumbnail: https://github.com/sorl/sorl-thumbnail
porticus
========
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 basics.
Requires
********
* Django >= 1.5;
* `mptt`_;
* `sorl.thumbnail`_;
Optionnal
---------
* `django-cms`_ to use Porticus with the cms plugin;
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 its plugin within `django-cms`_ : ::
'porticus.cmsplugin_porticus',
Project details
Release history Release notifications | RSS feed
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.7.1.tar.gz
(13.2 kB
view details)
File details
Details for the file porticus-0.7.1.tar.gz.
File metadata
- Download URL: porticus-0.7.1.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f4c48d6e90b1e5dc7d29b8a86e854792886d2ab8251eeb777452ad28e24ec1f
|
|
| MD5 |
750620546f6e48e306f627c1e3d554f1
|
|
| BLAKE2b-256 |
243b6524dc03615ebf069ad764e982483096ca12f4b30e6519fa7c5d94fc8403
|