public
Description: A Django reusable application for presentations powered by S5.
Homepage: http://mylesbraithwaite.com/p/django-s5/
Clone URL: git://github.com/myles/django-s5.git
name age message
file .gitignore Thu Jul 10 07:16:31 -0700 2008 Added the skelton to the main directory. [myles]
file LICENSE.txt Sun Jul 13 15:35:42 -0700 2008 Adding the License and Readme files. [myles]
file README.markdown Mon Jul 14 14:36:31 -0700 2008 Updated the readme file for a new requirment. [myles]
file __init__.py Thu Jul 10 07:16:31 -0700 2008 Added the skelton to the main directory. [myles]
directory evolutions/ Mon Jul 14 14:27:04 -0700 2008 Updated the model run the sql file before using. [myles]
file feeds.py Thu Jul 10 12:28:00 -0700 2008 Did a lot of stuff. [myles]
file models.py Mon Jul 14 14:27:04 -0700 2008 Updated the model run the sql file before using. [myles]
file sitemap.py Thu Jul 10 12:28:00 -0700 2008 Did a lot of stuff. [myles]
directory templates/ Thu Jul 10 13:36:03 -0700 2008 Got rid of the theme as a choice and switched t... [myles]
file urls.py Mon Jul 14 14:27:04 -0700 2008 Updated the model run the sql file before using. [myles]
file views.py Mon Jul 14 14:27:04 -0700 2008 Updated the model run the sql file before using. [myles]
README.markdown

Django S5

A Django reusable application for presentations powered by S5.

Dependancies

Install

  1. Download the S5 zip file and extract the archive.
  2. Then copy the ui folder to your media directory and rename it s5.
  3. Move the presentations folder to your PYTHONPATH.
  4. Added it to your INSTALL_APPS.
  5. Run syncdb.