Skip to main content

An Django integration with pageguide, an interactive, responsive, and smart guide for web page elements using jQuery and CSS3

Project description

django-pageguide
================

Django integration with [pageguide](https://github.com/tracelytics/pageguide), an interactive guide for web page elements

Installation
============

Put the `pageguide` app In your `settings.py`:
----------------------------------------------

INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',

#.....................#

'pageguide',
)


Run the migrations:
-------------------

>>> python manage.py syncdb --migrate


Create the pages into the admin interface
-----------------------------------------

Go to `/admin/pageguide/`


Integrate in your base template:
--------------------------------

* Into the top page:

{% load pageguide_tags %}

{% pageguide_css %}

* Into the bottom (near the `</body>` tag):

{% pageguide %}

{% pageguide_js %}


Development
===========

You can get the last bleeding edge version of django-pageguide by doing a clone
of its git repository

git clone https://github.com/msaelices/django-pageguide.git

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

django-pageguide-0.1.tar.gz (18.9 kB view details)

Uploaded Source

File details

Details for the file django-pageguide-0.1.tar.gz.

File metadata

File hashes

Hashes for django-pageguide-0.1.tar.gz
Algorithm Hash digest
SHA256 cabe71fef35270abd2a23cc18741f2d21d4133fae5a8eb0d48400a5f061d6ae7
MD5 48a4deeb8516f2a95e31c92a848a63c8
BLAKE2b-256 8a6fb0b947b7c76963b8c4590041c7c1961241041620b492a5368998b7192c65

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