Re: [mezzanine-users] Where can I view my Mezzanine project's data tables?

2018-01-02 Thread Eduardo Rivas
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

[mezzanine-users] Where can I view my Mezzanine project's data tables?

2018-01-02 Thread Tom Tanner
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

[mezzanine-users] Re: Using Iframe

2018-01-02 Thread managingwholes . com
OOPS this is not a mezzanine issue; my chrome browser was blocking the iframe. I'm using ssl which means the youtube embed urls must start with https. Yay mezzanine. On Sunday, December 31, 2017 at 9:16:50 AM UTC-5, managingw...@gmail.com wrote: > > I am using version 4.2.3, new to mezzanine,