There are diffrent databases used in the project depending on where the app has been runnung.
If it has been running on the server, it uses one database.
If it has been running on the local machine it uses another one.
Thr issue is to make a choice with the needed one.
Steps:
[x] Create different .env files for the server and for the local machine.
[ ] Define where has the app been running automatically.
[ ] Define the database credettials depending on the platform.
[ ] Check the settings.py file to merge into 'main' branch without any conflict.
Description:
There are diffrent databases used in the project depending on where the app has been runnung. If it has been running on the server, it uses one database. If it has been running on the local machine it uses another one. Thr issue is to make a choice with the needed one.
Steps: