Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 726 Bytes

README.rst

File metadata and controls

32 lines (17 loc) · 726 Bytes

Django presentation

The presentation has 2 parts, an high level presentation targeted for people wanting to know what is django and who is using it.

The second part is target for developers who want to know the basic principle behind django.

Read it online

https://github.com/dsaradini/django-presentation/blob/master/django-highlevel.rst

How to build the presentations

First you need to install https://github.com/regebro/hovercraft to be able to compile the presentation.

Then just type:

> make

Create the presentation in out-dev and out-highlevel

> open out-highlevel/index.html

or

> open out-dev/index.html

That's it