Commit graph

66 commits

Author SHA1 Message Date
Alexandre Iooss
49bf9465d7 Show Django messages 2021-10-11 18:34:20 +02:00
Alexandre Iooss
0c9aae7e66 Authorize login by email 2021-10-11 18:34:20 +02:00
Alexandre Iooss
bef8bf0ee7 Configure email server 2021-10-11 18:34:20 +02:00
Alexandre Iooss
dac078f7db Add Django-AllAuth app 2021-10-11 18:34:20 +02:00
Alexandre Iooss
26e7f12141 Define static target directory 2021-10-11 10:24:36 +02:00
Alexandre Iooss
b9013c4eb3 Use Django Crispy forms 2021-10-08 11:37:48 +02:00
Alexandre Iooss
22104d3565 Do not whitelist access by IP range 2021-10-08 11:37:40 +02:00
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
7d700bea36 Add tags to galleries 2021-09-23 10:35:37 +02:00
Alexandre Iooss
59b95898f8 Move custom photologue to seperate app 2021-09-23 10:17:01 +02:00
Alexandre Iooss
bf455989d3 Show recent galleries on home page 2021-09-23 09:58:49 +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