From 5dc5ed1dd662b1b75a9822606a494dba17496180 Mon Sep 17 00:00:00 2001 From: Manuel Francisco Naranjo Date: Mon, 27 Jul 2015 16:34:00 -0300 Subject: [PATCH] Updating docs --- README.md | 1 + 1 file changed, 1 insertion(+) 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