Error creating new content types. Please make sure contenttypes is migrated before trying to migrate apps individually.
python manage.py migrate contenttypes
python manage.py makemigrations
python manage.py migrate
apache+mod_wsgi-> nginx+uWSGI
сильно ли вообще различается концепция работы самого Django через встроенный сервер и mod_wsgi?концепции различаются сильно
Не получу ли я потом сюрпризов в плане необходимости переписывания части самого python кода под mod_wsgi?нет, если сам не напортачишь
The SITE_ID setting specifies the database ID of the Site object associated with that particular settings file. If the setting is omitted, the get_current_site() function will try to get the current site by comparing the domain with the host name from the request.get_host() method.
Поставил себе django-registration-reduxне знаю насколько тебе нужен весь функционал данного аппа, но если он нужен, то единственное решение использовать OneToOneField со ModelForm от данного аппа