Closed damascene closed 1 year ago
Hey @damascene, This app is intended as an add-on for your existing Django project, so it does not have a built-in login page. It should work fine with any Django project login page though (here is an article on the Django docs describing how to implement it)
You can take also take a look at the project implementation, which uses 3rd party auth package here: https://github.com/slyapustin/django-classified-demo
I hope that helps.
Seems like some instructions are missing from instructions and I had to try to figure it out, here is my settings file. it should work but login wouldn't work as the software doesn't have a login page. I login to
/admin/
for testing.Here is my
urls.py
,url
is replaced withpath
orre_path
and they should be imported fromdjango.urls
: