photo26/photo21
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
..
locale/fr/LC_MESSAGES Update translations 2021-09-23 10:19:24 +02:00
static Move lightgallery statics to photologue_custom app 2021-09-23 10:19:10 +02:00
templates Add detail page for tags 2021-09-23 11:05:04 +02:00
__init__.py Initial commit 2021-09-22 17:52:19 +02:00
middleware.py Fix missing ipaddress 2021-09-23 11:42:19 +02:00
settings.py inital commit for signup 2021-10-07 16:59:16 +02:00
urls.py inital commit for signup 2021-10-07 16:59:16 +02:00
views.py Show recent galleries on home page 2021-09-23 09:58:49 +02:00
wsgi.py Initial commit 2021-09-22 17:52:19 +02:00