django-nonrel and the admin page

后端 未结 2 622
时光取名叫无心
时光取名叫无心 2021-01-14 13:57

I am trying to set-up the Django admin suite for my site on AppEngine and it is not working. I am using the django-nonrel setup with . The rest of my site seems to work fi

2条回答
  •  庸人自扰
    2021-01-14 14:02

    I had the same problem, simply comment out 'django.contrib.sites', in installed apps... This should work now !

提交回复
热议问题