Python Forum
Issue with Django only some links work?
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue with Django only some links work?
#29
Yeah, so SQLite is the database you're using. It's quite a small database system - there's no server and the data is just stored in a single file (from line 80, that file is called db.sqlite3 for your app). If you needed to, you could download the command line tools from the SQLite website to interact with the database (e.g. run SQL statements to query the data).

I'm away now for a good few days. Hopefully someone will help you out, else I'll look when I get a chance.
Reply


Messages In This Thread
RE: Issue with Django only some links work? - by ndc85430 - Sep-14-2020, 05:42 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020