From d868a15241d01891e8a70eb155aeb0f562a47a64 Mon Sep 17 00:00:00 2001 From: Daniel Mursa Date: Thu, 12 Dec 2024 15:32:05 +0100 Subject: [PATCH] [#13] Remove message in quickstart.rst --- docs/quickstart.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 455e8d1..1ab4c03 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -23,9 +23,6 @@ Installation #. Add ``log_outgoing_requests`` to ``INSTALLED_APPS`` in your Django project's ``settings.py``. -#. Add ``path("admin/log_outgoing_requests/", include("log_outgoing_requests.urls")),`` - in your Django project's ``urls.py``. - #. Run ``python manage.py migrate`` to create the necessary database tables If celery is installed in your environment, then the task to reset the admin