From 965c7b68d7e27604e8810a5559f8c0cb288f0874 Mon Sep 17 00:00:00 2001 From: Johannes la Poutre Date: Tue, 2 Mar 2021 14:09:03 +0100 Subject: [PATCH] Update README.rst Fix package name --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3996e56..e6ef843 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Quick start 1. Install the package:: - pip install django-database-models + pip install django-database-view 2. In your ``models.py`` create classes which extend ``dbview.models.DbView`` like this: