P
P
pvgdrk2014-10-09 22:58:47
Django
pvgdrk, 2014-10-09 22:58:47

How to apply django-registration for django 1.6?

My project was on django 1.5. I decided to switch to 1.6 already.
Now when I go to localhost/accounts/login , I get '404 Not Found The requested URL /accounts/login was not found on this server.' That is, the message is not from the django debugger (and it is True), namely html like this.
How to adapt django-registration for django 1.6? How is the issue of registration in Django being solved in general?
Local development server djangostack 1.6. Apache error log entry: "GET /accounts/login HTTP/1.1" 404 212

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rrooom, 2014-10-10
@pvgdrk

git+https://github.com/macropin/django-registration#egg=django-registration

"Official" is long dead. Works with 1.7.

V
Valentine, 2014-10-10
@vvpoloskin

In my opinion, django-registration is no longer used by anyone. There's a little bit of code, it's easier to write your own than to adapt this one every time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question