From aff0ffd9e77b7dbe8cbfdd9346e287507dcec609 Mon Sep 17 00:00:00 2001 From: Reena Aheer <54709796+Reena-cell@users.noreply.github.com> Date: Wed, 5 Jan 2022 13:35:57 +0100 Subject: [PATCH] Changes Done in ReadMe.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd64a0..87d1c20 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ DATABASE = { Changes to this file will not be overwritten on updates. The settings there can override anything specified in `apimanager/apimanager/settings.py`. -The application's authentication is API-driven. However, to make use of Django's authentication framework and sessions, there is a minimal requirement of a database. Pre default, sqlite is used, but you can configure any Django-supported backend you want. Please lookup the appropriate documentation. +The application's authentication is API-driven. However, to make use of Django's authentication framework and sessions, there is a minimal requirement of a database.By default, sqlite is used, but you can configure any Django-supported backend you want. Please lookup the appropriate documentation. ## Initialise database