Creates a locally hosted journal app that can store images, text and video.
- Organises entries by year, month and day in respective calendars
- Has random selections of photos shown by year and month
The ENTRY_FOLDER folder contains all images and videos organised by folder yyyy/mm/dd and is private.
To run locally:
pip install -r requirements.txt
python manage.py runserver
Open up address on browser at "http://127.0.0.1:8000/"


