Skip to content

Commit

Permalink
Merge pull request #44 from brmc/readme-edit
Browse files Browse the repository at this point in the history
Edited ReadMe.md to avoid UnicodeDevodeError
  • Loading branch information
mtford90 committed Dec 1, 2014
2 parents 00e3dcb + 91ce48f commit dbfb03d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ INSTALLED_APPS = (

Note: The middleware is placement sensitive. If the middleware before `silk.middleware.SilkyMiddleware` returns from `process_request` then `SilkyMiddleware` will never get the chance to execute. Therefore you must ensure that any middleware placed before never returns anything from `process_request`. See the [django docs](https://docs.djangoproject.com/en/dev/topics/http/middleware/#process-request) for more information on this.

Note: If you're using `django.middleware.gzip.GZipMiddleware`, place that **before** `silk.middleware.SilkyMiddleware`, otherwise you'll get an encoding error.

To enable access to the user interface add the following to your `urls.py`:

```python
Expand Down

0 comments on commit dbfb03d

Please sign in to comment.