Skip to main content

simple django-fotorama apps!

Project description

=====
Fotorama slider
=====

Фоторама слайдер - это простое приложение для Django,для интеграции js-css галереи Fotorama

Quick start
-----------

1. Добавьте fotorama в файл settings.py в кортеж INSTALLED_APPS::

INSTALLED_APPS = (
...
'fotorama',
)

2. В переменную FOTORAMA_CROP_SIZE - размер кропа для изображений::

FOTORAMA_CROP_SIZE = '600x300'

3. Запустите `python manage.py syncdb` для создании таблицы в базе данных.

Using
-----

1. Подгрузить CSS и JS файлы фоторамы с помощью шаблонных тегов из библиотеки fotorama, для работы необходим jquery::

{% load fotorama %}
<head>
...
{% fotorama_css %}
{% fotorama_js %}
</head>

2. В админской панели добавьте фотографии в слайдер

3. Вывести с помощью шаблонного тега fotorama_slider::

{% fotorama_slider %}

4. Для изменения стандартного шаблона фоторамы - измените /templates/fotorama/default.html

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_fotorama-0.001a.tar.gz (34.4 kB view details)

Uploaded Source

File details

Details for the file django_fotorama-0.001a.tar.gz.

File metadata

File hashes

Hashes for django_fotorama-0.001a.tar.gz
Algorithm Hash digest
SHA256 f2feb351321570277cc18e852a764c7c9dedd46745370636139b5c9c1deea4fa
MD5 411d5f5a3cc9cb964d16c938858df3ec
BLAKE2b-256 ca0656f914415cd2362d4ade0d3f5fc64db34007ac3d6c97aac5cd30ed168b01

See more details on using hashes here.

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