Looks like he solved it, but I can't claim to entirely understand the
solution (or the problem, for that matter).
So why exactly did his site, and now mine, crash totally when
debugging is turned off? What is it that needs to be done to avoid it?
And could something be done in FeinCMS to avoid the problem altogether
or give the developer a better hint at what is happening?
Concerning the ImproperlyConfigured exception:
Since v1.0.99, FeinCMS does not raise that many exceptions anymore --
these self checks have been introduced to catch usage errors early,
but they were dependent on the order of modules being loaded which
means they were very fragile. Switching off Django's DEBUG mode causes
model validation not to run, which means that some models files are
imported later than I expected.
Anyway, is it possible for you to update your FeinCMS installation to
current master and test whether you still get an internal server
error?
Thanks
Matthias
Yes, that still happens. I had to paste a bit of code from the debug
case validation in django into my wsgi script to make it work in a
production environment. There's still quite some fragility with
regards to loading order in there...
mjl
Any ideas on how to fix this or at least to just make it work?
ay
--
You received this message because you are subscribed to the Google Groups "Django FeinCMS" group.
To post to this group, send email to django-...@googlegroups.com.
To unsubscribe from this group, send email to django-feincm...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-feincms?hl=en.