From 45e655a3ebc5ac8fd52161ff6102eaff427286c7 Mon Sep 17 00:00:00 2001 From: amerkurev Date: Tue, 23 Apr 2024 00:52:36 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e977f1f..152511b 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Now you can go to http://127.0.0.1:8000/admin/ in your browser. Go to the Django
SQLite Usage Details + > Another important point is the use of SQLite3 instead of Postgres, because Postgres is not deployed until Django is run within a Docker Compose environment. > In our example, we add a volume named `sqlite`. This data is stored persistently and does not disappear between restarts of the Django development server. > However, if you have a second similar project, it would be better to change the volume name from `sqlite` to something else so that the second project uses its own copy of the database. For example: