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

Dependency on django-registration #7

Closed
MaZderMind opened this issue Jul 12, 2014 · 1 comment
Closed

Dependency on django-registration #7

MaZderMind opened this issue Jul 12, 2014 · 1 comment

Comments

@MaZderMind
Copy link

Hi

My Project is a Application to which only paid/known users can get access to. I'm somewhat hesitant to add django-registration as a dependency to my project, because a) there is no need for people to register themselfs and b) django-registration is abadoned atm (see https://bitbucket.org/ubernostrum/django-registration/wiki/Home) and does not support python 3.2 (altough 3.3 is supported again because it allows u'…' string notation).

django-rest-auth clearly can have the depenency for the /rest-auth/register/ call, but /login, /logout, /user and /password/* should not depend on django-registration

Regards,
Peter

@mateusz-sikora
Copy link
Contributor

Hi Peter,
I made lots of changes in new version, it's not released to pypi yet, but it should be in next week.
You can check out new version installing it from github (master branch). Also, I moved documentation here http://django-rest-auth.readthedocs.org/en/latest/

There is a feature which you asked for - separate logic for basic authentication and registration. See documentation for more details.

Thanks,
Mateusz

steverecio pushed a commit to steverecio/django-rest-auth that referenced this issue Jun 3, 2020
Uncomment 'django.contrib.messages'
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