PythonApp - databases tables -Sqlite - Django | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

PythonApp - databases tables -Sqlite - Django

Hey. I have difficulties with the project, I'm not have big experience, I'm new. The site on Django, the Sqlite database, need to make a python application that works with the database on the website. Mandatory functionality - Output of data in the table. Deleting, Addition, Editing. Search capability. The essence of the problem - import sqlite3 conn = sqlite3.connect ('example.db') # At the moment when I write the application, I do not know how to exactly navigate to the database on the website. Only local path is indicated everywhere, but how to be in my case? Did you ever encounter this?

2nd Jul 2018, 1:17 AM
kosmonavt123
2 Answers
+ 1
Yes, I did it all! The work was done with the website, only python application left to finish. Someone can help?
2nd Jul 2018, 8:28 AM
kosmonavt123
0
have you gone trough the django tutorial 1?
2nd Jul 2018, 3:52 AM
Markus Kaleton
Markus Kaleton - avatar