Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 327 Bytes

LucyFletcher.photography

This is for my personal site hosted at LucyFletcher.photography

All rights reserved.

Set Up (because I am dumb and will forget how)

pipenv install
pipenv shell
cd photography
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver

Easy peasy.