django-stars / backend-skeleton

108 stars 41 forks source link

Update django.py #6

Closed romanosipenko closed 5 years ago

romanosipenko commented 5 years ago

Change default value for SESSION_COOKIE_SECURE value from True to False as it introduce hard to debug issue in fresh project: user unable to login into Admin with correct password. reason: session cookie is not set as for localhost http schema is used in most cases.

romanosipenko commented 5 years ago

Haha :)