This is a fun project to practice deployment with NginX and Gunicorn. This Application allows you to upload images to a gallery. Galleries can be procted with an access code to make it visible to selected users only. This application should not require an user account but be only managed throug session data.
Go to file
reverend c5dfb4f926 Squashed commit of the following:
commit 4c5a5fee8d
Author: reverend <reverend@reverend2048.de>
Date:   Sun Dec 18 09:24:15 2022 +0100

commit 17647bf4b7
Author: reverend <reverend@reverend2048.de>
Date:   Sun Dec 18 09:23:36 2022 +0100

commit 4deeb3d773
Author: reverend <reverend@reverend2048.de>
Date:   Sun Dec 18 09:23:06 2022 +0100

commit 5342e62bcb
Author: reverend <reverend@reverend2048.de>
Date:   Sun Dec 18 09:22:44 2022 +0100

commit 02512c1677
Author: reverend <reverend@reverend2048.de>
Date:   Sun Dec 18 09:21:57 2022 +0100
2022-12-18 09:24:55 +01:00
django_web_galleries Squashed commit of the following: 2022-12-18 09:24:55 +01:00
.gitignore Squashed commit of the following: 2022-12-18 09:24:55 +01:00
LICENSE Initial commit 2022-12-17 13:26:17 +01:00
Pipfile Squashed commit of the following: 2022-12-18 09:24:55 +01:00
Pipfile.lock Django Base Structure 2022-12-17 13:42:34 +01:00
README.md Initial commit 2022-12-17 13:26:17 +01:00

README.md

django-web-galleries

This is a fun project to practice deployment with NginX and Gunicorn. This Application allows you to upload images to a gallery. Galleries can be procted with an access code to make it visible to selected users only. This application should not require an user account but be only managed throug session data.