hapytex / django-single-session

Allow a user to only have a single active session in Django.
https://pypi.org/project/django-single-session/
BSD 3-Clause "New" or "Revised" License
17 stars 7 forks source link

Fix install editable with pyproject toml #8

Closed alexsilva closed 11 months ago

alexsilva commented 11 months ago

I had some problems with the editable installation with pip and I corrected them as instructed in the error messages. python -m pip install -e {PATH DIR}/django-single-session

KommuSoft commented 11 months ago

Thanks!