You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
The require_ssl argument is actually supposed to be ssl_require basing on the the config() function in dj_database_url.py file of the dj-database-url package.
The text was updated successfully, but these errors were encountered:
When I run
python manage.py startapp appname
, the TypeError in the subject of this issue is thrown.Solution
I realized that in the settings.py file, had this line:
The
require_ssl
argument is actually supposed to bessl_require
basing on the the config() function in dj_database_url.py file of the dj-database-url package.The text was updated successfully, but these errors were encountered: