Questions tagged [django-registration]

Django-registration is a pluggable django app designed to make allowing user signups as painless as possible.

At one point Django-registration had been abandoned and was considered obsolete. In recent times the project has been resurrected and resides at: https://github.com/ubernostrum/django-registration

The original objective of the django-registration was to be a

pluggable django app designed to make allowing user signups as painless as possible.

There are several alternatives including
django-allauth :https://github.com/pennersr/django-allauth
django-registration-redux : https://github.com/macropin/django-registration/

Useful links

700 questions
-1
votes
3 answers

integrity error in django registration

So I'm getting this error in django 1.8. and django-registration-redux 1.1 . It doesn't let me sleep from 3 weeks. Help would be good . IntegrityError at /accounts/register/ NOT NULL constraint failed:…
-1
votes
1 answer

How do I increase password strength in Djano through adding rules?

How do I specify rules for passwords in a django-registration v1.0 installation? I would like to enforce the following: A minimum length for passwords Require password to contain at least 1 uppercase Require password to contain at least 1…
Leonsion
  • 13
  • 3
-1
votes
2 answers

How can I get the rest of a django-registration password reset form?

I found a mostly complete set of templates for the django-registration package, but the password reset page is incomplete. The file has only: {{ form }} which expands to:
Christos Hayward
  • 5,777
  • 17
  • 58
  • 113
-1
votes
1 answer

Django Creating app objects

I have been following along with the django tutorial and have Polls appearing in the administration panel of the site. Additionally, I have, using django-registration package, created a way to allow a user to login and register a new account. How do…
Elijah1210
  • 329
  • 1
  • 2
  • 10
-1
votes
1 answer

Import Error : cannot import register

Getting Import error while trying to run localhost from my urls.py: from django.conf.urls.defaults import * from django.conf import settings from django.http import HttpResponseRedirect from django.contrib import admin from mainapp.feeds import…
shifu
  • 6,586
  • 5
  • 21
  • 21
-2
votes
1 answer

how can i debug variable value in __init__.py

New to python and django .i want to understand the code of django-registration module for this i want to debug the value in code. So i m stuck here that i = path.rfind('.') module, attr = path[:i], path[i+1:] print {i} #or import pdb;…
XMen
  • 29,384
  • 41
  • 99
  • 151
-2
votes
1 answer

The best way to implement a pure newsletter in django?

My django service is a pure newsletter service. The user need not have a password. All the user needs to do is provide an email address. We will be sending the email periodically. So the user does not have to provide the username and password. But…
Sharmila
  • 1,637
  • 2
  • 23
  • 30
-2
votes
2 answers

I am unable to install django registration

i tried installing django registration: http://django-registration.readthedocs.org/en/latest/ but i get an error: no module named registration whenever i load my site. what can I do?
Chris Hansen
  • 7,813
  • 15
  • 81
  • 165
-2
votes
1 answer

Django 1.6.5 - "invalid literal for int() with base 10" in regirstration form

I'm trying to implement a registration form but I get the following error: invalid literal for int() with base 10:'alex' I implemented it before and it worked well! But now it does not! My form contains an 'ImageField' and I followed the this and…
Hadi
  • 5,328
  • 11
  • 46
  • 67
-9
votes
1 answer

Is Django registration redux form open source

Can we use Django registration redux form in professional website. I am confused. Please help.
1 2 3
46
47