Take a trip through your photo collection
git clone [email protected]:g4b1nagy/PhotoTrip.git
cd PhotoTrip/
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py import /path/to/photos/
DJANGO_SUPERUSER_PASSWORD="admin" ./manage.py createsuperuser --no-input --username admin --email [email protected]
./manage.py runserver
go to http://localhost:8000/admin/