Skip to content

g4b1nagy/PhotoTrip

Repository files navigation

PhotoTrip

Take a trip through your photo collection

How do I set this up for development?

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/

About

Take a trip through your photo collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages