5122ece42b6c15726aa17252513e76b4432aeba3
Nibasa Viewer
A basic pure HTML+CSS gallery viewer in the vein of PiGallery 2 but meant to be compatible with somewhat old browsers.
User authentication.
To login a user should be manually created by running the following commands in the Django shell, substituting the user's name, email and password as needed:
from django.contrib.auth.models import User
user = User.objects.create_user('<USERNAME>', '<EMAIL>', '<PASSWORD>')
user.save()
Description
A simple image gallery server written in Django as an old-computer-compatible alternative to PiGallery 2.
Languages
Python
63.5%
HTML
26.1%
CSS
10.4%