Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django Dashboard Material - Can't register a new user with docker #3

Closed
Algogator opened this issue Mar 11, 2020 · 3 comments
Closed

Comments

@Algogator
Copy link
Contributor

Algogator commented Mar 11, 2020

Request Method: | POST
http://localhost:5005/register/
3.0.4
TypeError
'sslmode' is an invalid keyword argument for this function
/usr/local/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py in get_new_connection, line 199
/usr/local/bin/python
3.6.10
['/', '/usr/local/bin', '/usr/local/lib/python36.zip', '/usr/local/lib/python3.6', '/usr/local/lib/python3.6/lib-dynload', '/usr/local/lib/python3.6/site-packages']
Wed, 11 Mar 2020 15:04:05 +0000

Trace:

http://dpaste.com/00VSJQT

@app-generator app-generator changed the title Can't register a new user with docker Django Dashboard Material - Can't register a new user with docker Mar 11, 2020
@app-generator
Copy link
Owner

Thanks - We are working on it.

@app-generator
Copy link
Owner

This issue is caused by Heroku helpers, called in the core.settings file.

The patch:

# contents of core/settings.py

# Activate Django-Heroku.
#django_heroku.settings(locals())

Note that this change will make the Heroku deployment unusable.
I will close the issue.

@app-generator
Copy link
Owner

@Algogator let us know if this patch works for you.
Thanks for using our products.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants