How to access the database #13
-
Can u tell me how to access the database and is the data saved on server an how to access the data |
Beta Was this translation helpful? Give feedback.
Answered by
Ansarimajid
Oct 23, 2024
Replies: 1 comment
-
You can connect and access database in settings.py where you can paste your database configuration which may PostgreSQL, MySQL etc, In this project I used local database SQLite which is a simple local database that can be used to store data. If you're facing any issue, you can open Issue I will try to resolve as soon as possible.. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ansarimajid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can connect and access database in settings.py where you can paste your database configuration which may PostgreSQL, MySQL etc, In this project I used local database SQLite which is a simple local database that can be used to store data.
If you're facing any issue, you can open Issue I will try to resolve as soon as possible..