-
Notifications
You must be signed in to change notification settings - Fork 389
Day 53 - 56: Django registration_form.html possibly missing action #12
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
Comments
I understand the part about blank or '.' action goes to the view (https://stackoverflow.com/questions/42195432/django-registration-registration-form). The project urls.py and templates were followed exactly by the steps in the video to the best of my ability: mysite/urls.py
tree structure under mysite/templates/:
Maybe this is better redirected to Slack? |
Yep discussing on Slack and will document solution here ... |
Seems to be something I missed since @bbelderbos was able to follow the same steps again without error. |
Thank you guys! |
Hi, I could be wrong, but it 'seems' to me that the registration_form.html downloaded and unzip from repository was missing the view in the action? Maybe some default function in django_registration.backends.activation.urls?
This was the default registration_form.html:
I followed the instruction video to set up urls.py under mysite, which directs to django_registration.backends.activation.urls; not sure where that urls.py have associated functions in another views.py file somewhere.
I will rewatch the videos again to make sure I did not miss anything. Thanks!
The text was updated successfully, but these errors were encountered: