Commit graph

7 commits

Author SHA1 Message Date
aeltheos
d8853cee1c changed signup to accounts
finished fixing linting
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
Alexandre Iooss
6f67b855ac Require login if not in authorized IP range 2021-09-23 11:41:35 +02:00
Alexandre Iooss
d59fb154b6 Add detail page for tags 2021-09-23 11:05:04 +02:00
Alexandre Iooss
afcfc71e85 Lint source code 2021-09-22 21:24:44 +02:00
Alexandre Iooss
5610ade1fe Base templates 2021-09-22 19:32:04 +02:00
Alexandre Iooss
76ed93ff33 Initial commit 2021-09-22 17:52:19 +02:00