Hi Tom. If you configured postgres as your database backend, you can use pgAdmin or any other viewer to access your tables.
If you started a Mezzanine project and didn't change the database configuration, you're probably using a sqlite database. This is just a regular file in your project folder, should be named dev.db. I don't know of any tools to view those, but I recommend you search online for "sqlite viewer" or something of that sort. On Jan 2, 2018 5:44 PM, "Tom Tanner" <[email protected]> wrote: When I made my Mezzanine project, I used `python manage.py createdb --noinput` when making the database. How do I view the database and its tables from a GUI? For instance, pgAdmin, if the database was made in PostgreSQL? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
