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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django_fotorama-0.001.tar.gz
Algorithm Hash digest
SHA256 d86af371a85fc4dec6eafb0a747375fe27a97392a554396bfaa0d42e69276b4c
MD5 072d848359ea64fad99c0c8efb6e0f49
BLAKE2b-256 123b80b434436c5fbb68394924af87d226bf700c836a4cd47c9b6b72b35e8a57

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