sql >> Base de Datos >  >> NoSQL >> MongoDB

Error del motor Django MongoDB al ejecutar telliteid

Puede crear su sitio y luego obtener la identificación:

python ./manage.py shell

>>> from django.contrib.sites.models import Site
>>> s = Site()
>>> s.save()

y luego:

python ./manage.py tellsiteid