Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelnaranjo committed Jul 27, 2015
1 parent 5dc5ed1 commit 0944c88
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ So far only MySQL is supported as backend, but more could be added if necessary.

## Quick start

1. Add "dbview" to your INSTALLED_APPS settings like this::
1. Add "dbview" to your INSTALLED_APPS settings like this:

INSTALLED_APPS = (
...
'dbview',
)
```python
INSTALLED_APPS = (
...
'dbview',
)

```


2. In your models.py create classes which extend dbview.models.DbView
like this
like this:


```python
Expand Down

0 comments on commit 0944c88

Please sign in to comment.