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',
]
```

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

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

Uploaded Source

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