Added note for django and sites config issues
This commit is contained in:
parent
b9e0f52526
commit
09a5f5c8f3
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ In your **settings.py** file, ignore the standard database settings (unless you
|
|||
also plan to use the ORM in your project), and instead call
|
||||
:func:`~mongoengine.connect` somewhere in the settings module.
|
||||
|
||||
.. note :: If getting an ``ImproperlyConfigured: settings.DATABASES is
|
||||
improperly configured`` error you may need to remove
|
||||
``django.contrib.sites`` from ``INSTALLED_APPS`` in settings.py.
|
||||
|
||||
Authentication
|
||||
==============
|
||||
MongoEngine includes a Django authentication backend, which uses MongoDB. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue