Update README.rst

Fix package name
This commit is contained in:
Johannes la Poutre
2021-03-02 14:09:03 +01:00
committed by GitHub
parent 554dcfe8b0
commit 965c7b68d7
+1 -1
View File
@@ -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: