diff --git a/README.md b/README.md index 54b8b68..17e8ba5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ So far only MySQL is supported as backend, but more could be added if necessary. 2. In your models.py create classes which extend dbview.models.DbView like this + ```python from django.db import models