Skip to main content

Django gallery app

Project description

# MP-Gallery

Django gallery app.

### Installation

Install with pip:

```sh
$ pip install django-mp-gallery
```

### Gallery.photos
Add photos to settings.py:

```
INSTALLED_APPS = [
'gallery.photos',
]
```

### Gallery.videos
Add videos to settings.py:

```
INSTALLED_APPS = [
'gallery.videos',
]
```

Run migrations:

```
$ python manage.py migrate
```

### Requirements

App require this packages:

* django-modeltranslation
* django-multiupload
* django-cleanup
* sorl-thumbnail
* awesome-slugify
* django-ordered-model
* django-pure-pagination

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

django-mp-gallery-2.1.tar.gz (7.3 kB view hashes)

Uploaded Source

Supported by

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