Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.08 KB

django-revealjs

Reveal.js. as reusable django app. Plugit into your project and start using it. More information about reveal.js you can find on their github page.

Dependencies

django-1.4 - properly configured

  • NOTE: If you are using nginx/apache, you should properly configure it for serving static media.

Install

1. git clone [email protected]:jsam/django-revealjs.git
2. copy the django-revealjs to your project and include the app in your settings.py
3. run: python manage.py collectstatic
4. include urls.py to your urls.py file [ url( r"^reveal/$", include("reveal.urls") ) ]
5. start server and goto to yourdomain.com/reveal

Whats next

Now you can easily create presentation using django templating engine and get max out of markdown.

TODO

I'm not yet finished completly with this work. Plan is to integrate markdown with django, so presentations can be created more easily and create speaker notes inside django, so complete project will be unified.