Hi, for my project, i hav a mobile_manage.py and a manage.py. Each has its specific settings, but has also lots of sommon settings.
Thus, i've created a common_settings.py and included it in the specific settings (settings.py and mobile_settings.py). Howerver, it doesn't work. There's no error message when i start the server (either with runserver or using fcgi/nginx), but when i try to access the homepage i gent an "ImproperlyConfigured" error, telling me that django.contrib.contenttypes is not in my INSTALLED_APPS. It is in my INSTALLED_APPS and the debugging after this error (the settings displayed in the "Request Information" part) show that it is really defined correctly. So, do i use it the wrong way or is this a bug? thanks for your help Florian -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/VUDCV7q6v6IJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.