Skip to content

Reveal.js as reusable django app. Plugit into your project and start using it

Notifications You must be signed in to change notification settings

fdgogogo/django-revealjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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.

About

Reveal.js as reusable django app. Plugit into your project and start using it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published