/photograph

Webapp to store and display photo collections.

Primary LanguagePython

Photograph

A simple Django project to store and display multiple photo collections.

Inspirations:

Setup

Perform migrations

$ python manage.py migrate

Create superuser:

$ python manage.py createsuperuser