Commit graph

4 commits

Author SHA1 Message Date
aeltheos
4ab42bf3de fixed linting errors 2021-10-07 16:59:16 +02:00
aeltheos
ecc80b939d extended UserCreationForm to RegistrationForm, adding fields for email/firstname/lastname 2021-10-07 16:59:16 +02:00
aeltheos
aeb9cafd40 changed form to form.as_p in template for better formating 2021-10-07 16:59:16 +02:00
aeltheos
2db323f74d inital commit for signup
added a basic app using the UserCreationForm to create new user at /accounts/signup/
change outside of the app are:
-added signup to INSTALLED_APPS in /photo21/settings.py
-added accounts/signup/ to path in /photo21/urls.py

should extend UserCreationForm to have field for email and maybe first/last names, except if we want the user to add that themselves later
2021-10-07 16:59:16 +02:00