On 10/24/05, ashutux <[EMAIL PROTECTED]> wrote: > I am not able to use admin as a normal app in my project. > If "admin" is now separated from middleware to "app" level, I should > have been able to move that app into any of my projects. > But there is some problem concerning the display of templatetags or > stylesheets that is preventing me to change the position of admin from > django.contrib.admin to some other. > Are there any specific constraints still present regarding admin?
The only "constraints" the admin has are: * "django.contrib.admin" needs to be in INSTALLED_APPS. * Your database needs to contain the admin table (i.e., you need to have executed "django-admin.py install admin"). Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org