Re: How to disable default authentication/messaging system?

2011-04-01 Thread sanderkrause
I'm not sure whether it's accepted to bump a topic, but does anyone have any idea as to what my problem could be, or how to fix it? Kind regards, Sander On 31 mrt, 14:51, sanderkrause wrote: > In addition to my last message, I have also tried specifying the apps > with the

Re: How to disable default authentication/messaging system?

2011-03-31 Thread sanderkrause
through the process of renaming the module just because of this issue, as it is the most appropriate name that I can think of. Any solutions, anyone? On 31 mrt, 13:57, sanderkrause wrote: > My INSTALLED_APPS looks like this currently. > > Note that I did not have this same problem befor

Re: How to disable default authentication/messaging system?

2011-03-31 Thread sanderkrause
ontrib.sessions', 'form_utils', 'org', 'auth', 'entities', ) On 31 mrt, 13:07, Daniel Roseman wrote: > On Thursday, March 31, 2011 10:10:27 AM UTC+1, sanderkrause wrote: > > > Because I'm using my own authentication and aut

How to disable default authentication/messaging system?

2011-03-31 Thread sanderkrause
Because I'm using my own authentication and authorization system, I would like to completely disable these standard apps from Django. I've tried removing the relevant lines from MIDDLEWARE_CLASSES and INSTALLED_APPS, but when I use the syncdb command, the default tables that come with the default