Skip to content

myles/django-s5

Repository files navigation

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.

About

A Django reusable application for presentations powered by S5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published