From b6d25bfe91dd93ecfa313cf9399a3e41acd50081 Mon Sep 17 00:00:00 2001 From: Inoks Date: Mon, 9 Jul 2018 19:56:45 +0200 Subject: [PATCH] Updated Installation instructions --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b35fea..e7fcc6f 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,16 @@ * [Twitter Bootstrap Jumbotron](http://getbootstrap.com/examples/jumbotron-narrow/) -## Installation - - pip install django-classified - - ## Demo project Demo project available at `demo/` folder. +## Installation + * Install app `pip install django-classified` + * Add `django-classified` to the `INSTALLED_APPS` list + * Add `url(r'', include('django_classified.urls', namespace='django_classified')),` to the project `urls.py` file. + * Add `'django_classified.context_processors.common_values'` to the `context_processors` list + ## Customization: