Skip to main content
# 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',
]
```

Add photos to urls.py:
```
urlpatterns = [
url(r'^photos/', include('gallery.photos.urls', namespace='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

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-3.0.tar.gz (7.7 kB view details)

Uploaded Source

Release history Release notifications | RSS feed

This release

3.0 This release

1 file

2.2

1 file

2.1

1 file

2.0

1 file

1.1

1 file

1.0

Supported by

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