Skip to content

Commit

Permalink
Updated Installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Inoks committed Jul 9, 2018
1 parent 49d101d commit b6d25bf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b6d25bf

Please sign in to comment.