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 b0d9c46eb2 #2 Handling image upload 2022-12-25 12:19:54 +01:00
django_web_galleries #2 Handling image upload 2022-12-25 12:19:54 +01:00
.gitignore #2 Handling image upload 2022-12-25 12:19:54 +01:00
LICENSE Initial commit 2022-12-17 13:26:17 +01:00
Pipfile #3 CSS and HTML 2022-12-25 12:18:15 +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.