Re: [mezzanine-users] Where are the migration files for mezzanine's built-in apps?

2016-07-19 Thread Keith Irwin
Thanks for the response! I got it working again by running manage.py migrate --fake (when ya can't beat 'em, fake 'em!). I still don't understand though. Before faking, if I ran showmigrations: pages [X] 0001_initial [X] 0002_auto_20141227_0224 [X] 0003_auto_20150527_1555 [X]

Re: [mezzanine-users] Where are the migration files for mezzanine's built-in apps?

2016-07-19 Thread Ryne Everett
The migrations for mezzanine's apps reside in the source code. Unless you modified mezzanine's models (e.g., with the `EXTRA_MODEL_FIELDS` setting), you wont cause migrations to mezzanine's apps. On Tue, Jul 19, 2016 at 7:52 AM, Keith Irwin wrote: > Hopefully this is an

Re: [mezzanine-users] Shouldn't comments that are deleted be hidden from other users without permission to that site?

2016-07-19 Thread Geraldo Gabriel
Middleware issue. You'd probably have to hack the Middleware... Em 18/07/2016 18:49, zruu escreveu: I don't know how it's built, but I noticed something today. When having *SESSION_COOKIE_DOMAIN* on for a wildcard solution with all the sites I can see others comments that are deleted. I don't

[mezzanine-users] Where are the migration files for mezzanine's built-in apps?

2016-07-19 Thread Keith Irwin
Hopefully this is an easy question for somebody in the loop. I seem to have fudged my schemas by creating a new app. It's giving me a type error, so maybe I forgot to turn off MODELTRANSLATION before executing makemigrations/migrate. I just want to revert to the state I was in before the