Skip to main content
Django-Fancybox
===============

This is a [Django](https://www.djangoproject.com/) integration of [Fancybox](http://fancyapps.com/fancybox/).

[![Latest Release](https://pypip.in/v/django-fancybox/badge.png)](https://crate.io/package/django-fancybox)
[![Downloads](https://pypip.in/d/django-fancybox/badge.png)](https://crate.io/package/django-fancybox)

## Installation

$ pip install django-fancybox

### External dependencies

* jQuery - This is not included in the package since it is expected that in most scenarios this would already be available.

## Setup

Add `fancybox` to `INSTALLED_APPS`:

INSTALLED_APPS = [
...
'fancybox',
]

Be sure you have the `django.core.context_processors.request` processor

TEMPLATE_CONTEXT_PROCESSORS = [
..
"django.core.context_processors.request"
]

and just include `fancybox` templates

{% include "fancybox/fancybox_css.html" %} {# Before the closing head tag #}
{% include "fancybox/fancybox_js.html" %} %} {# Before the closing body tag #}

When deploying on production server, don't forget to run :

$ python manage.py collectstatic

## Usage

Extend base template for ajax requests

{% extends request.is_ajax|yesno:"fancybox/base.html,base.html" %}

Add `rel="fancybox"` to a link, and set the href to a page you want to display

<a href="{% url 'remote.html' %}" class="fancybox">Click here</a>

Please see `example` application. This application is used to manually test the functionalities of this package. This also serves as a good example.

You need only Django 1.4 or above to run that. It might run on older versions but that is not tested.

## License

`django-fancybox` is released under the BSD license.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-fancybox-0.1.3.tar.gz (41.4 kB view details)

Uploaded Source

File details

Details for the file django-fancybox-0.1.3.tar.gz.

File metadata

File hashes

Hashes for django-fancybox-0.1.3.tar.gz
Algorithm Hash digest
SHA256 90fb673ff52c2913d9679ff179588e1ba9148faf3680eef4d4fa78b7ec49fb8b
MD5 3ae6f136505858bc134dd49e440d3190
BLAKE2b-256 9a8ed2b7d62d003c39ea773ce2c8357ccefe38189774b43063421a9eb32a29e7

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.8

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

This release

0.1.3 This release

1 file

0.1.2

1 file

0.1.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page