Update README.rst

Fix package name
master
Johannes la Poutre 2021-03-02 14:09:03 +01:00 committed by GitHub
parent 554dcfe8b0
commit 965c7b68d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Quick start
1. Install the package:: 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`` 2. In your ``models.py`` create classes which extend ``dbview.models.DbView``
like this: like this: