我不確定這是否是django註冊或我正在做的錯誤。 我有一個最低限度的項目,安裝了django註冊,沒有我自己的應用程序。 Django註冊需要一些模板,所以我在templates/registration中有。在每個模板中,我有一個模板標記{% url index %},它包含在我的urls.py中。 通過運行./manage.py test registration --failfast,我得
我正在使用SelectDateWidget和django-registration在註冊時保存出生日期。我已經嘗試過排除生日,並且創建了一個配置文件並與額外的數據一起保存。我不太清楚哪裏一切都出錯了。 models.py class Profile(models.Model):
...
dob = models.DateField(_('birthday'))
forms.
我已經更改了django註冊碼。我在註冊期間在UserProfile和Business模型中插入數據。 數據保存在UserProfile型號。 #TODO: saving contact and address field data into UserProfile
user_profile = new_user.get_profile()
user_profile.user = new_us