+1, Stephen! All the magic was removed from Django <https://code.djangoproject.com/wiki/RemovingTheMagic> in 2007. Mezzanine is perhaps the least magical code base I have encountered. The community, on the other hand...
On Wed, Jul 29, 2015 at 10:14 AM, Stephen McDonald <[email protected]> wrote: > The original error stated that the database table for the "Geoloc_map" > model didn't exist in the database, see the "relation geoloc_geoloc_map > does not exist" part, that's the error message. The part you focused on > searching for was the SQL query that caused the error, and had nothing to > do with it particularly. You say that the migrations were created and run > for the new app, and I'm sure you believe that to be - but unfortunately > the error says otherwise. > > Let's try not to talk about these things as magical - we do ourselves a > disservice by creating that perception, when the reality is we simply > haven't invested enough to time in studying the code and documentation > which will eventually reveal how simple and boring these things really are. > > > On Thu, Jul 30, 2015 at 12:00 AM, Déborah Leder <[email protected]> > wrote: > >> I have just done it and it displays the same error page. >> >> I have managed to skirt the problem by creating another >> mezzanine-project, creating another django-app with a new name inside the >> new project and copying the exact same models.py and admin.py files. I >> don't understand why this works, but it does... So if you think my problem >> was due to some hidden bug, I can keep my project and answer your questions >> to help resolve it, and if not, my problem has "magically" been resolved. >> >> -- >> 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. >> > > > > -- > Stephen McDonald > http://jupo.org > > -- > 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.
