django-s5

Created: 2008-07-10 20:01
Updated: 2018-06-29 11:32
License: other

README.markdown

Django S5

A Django reusable application for presentations powered by S5.

Dependancies

Install

  1. clone this repository
  2. Rename it as you like
  3. Added it to your INSTALLED_APPS.
  4. add the requirements to your INSTALLED_APPS:

exemple:

INSTALLED_APPS = (
              ...
              'basic.places',
              'tagging',
              'django.contrib.markup'
              ...
)
  1. update your urls.py to link to the app.

If the app is called "presentation":

 url(r'^presentation/', include('presentation.urls')),
  1. Run syncdb.
Cookies help us deliver our services. By using our services, you agree to our use of cookies Learn more