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.
django-1.4 - properly configured
- NOTE: If you are using nginx/apache, you should properly configure it for serving static media.
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
Now you can easily create presentation using django templating engine and get max out of markdown.
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.