From e64a4572818a30046334487d18304709a5b3569a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Mon, 26 May 2025 20:00:16 +0200 Subject: [PATCH] There is no `INSTALL` file. (#128) removed "Follow the instructions in the INSTALL file", since there is no INSTALL file. Co-authored-by: blag --- docs/overview.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/overview.txt b/docs/overview.txt index 99e430e..8bcb816 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -3,8 +3,7 @@ Setup 1. Get the source from the `Git repository`_ or install it from the Python Package Index by running ``pip install django-dbtemplates``. -2. Follow the instructions in the INSTALL file -3. Edit the settings.py of your Django site: +2. Edit the settings.py of your Django site: * Add ``dbtemplates`` to the ``INSTALLED_APPS`` setting @@ -61,8 +60,8 @@ Setup from the database to be used to override templates in other locations, put ``dbtemplates.loader.Loader`` at the beginning of ``loaders``. -4. Sync your database ``python manage.py migrate`` -5. Restart your Django server +3. Sync your database ``python manage.py migrate`` +4. Restart your Django server .. _Git repository: https://github.com/jazzband/django-dbtemplates/