Możesz stworzyć swoją witrynę, a następnie uzyskać identyfikator:
python ./manage.py shell
>>> from django.contrib.sites.models import Site
>>> s = Site()
>>> s.save()
a następnie:
python ./manage.py tellsiteid
Możesz stworzyć swoją witrynę, a następnie uzyskać identyfikator:
python ./manage.py shell
>>> from django.contrib.sites.models import Site
>>> s = Site()
>>> s.save()
a następnie:
python ./manage.py tellsiteid