From 30030e214f6000d26943511b5d5854a83c779b87 Mon Sep 17 00:00:00 2001 From: Fabio Gibson Date: Tue, 16 May 2017 18:33:45 -0300 Subject: [PATCH] update readme --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index f56b030..40cb22d 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,12 @@ +What's this project? +================= + +It's a simple Django application which will automatically reload +your browser everytime Django Development Server is restarted and +a static file or django template changes. Besides this, +if you connect multiple browsers and devices on your development server, +these will be all synchronized. + Quick start guide =================