# django-essensplan Full calendar built using Django. Tutorial part i [here](https://www.huiwenteo.com/normal/2018/07/24/django-calendar.html) and part ii [here](https://www.huiwenteo.com/normal/2018/07/29/django-calendar-ii.html) - customized for weekly menu scheduling! :) # Usage Clone this repo, setup venv, install Django, move djangocalendar/custom_settings.dist.py to djangocalendar/custom_settings.py and set correct values ``` python3 manage.py makemigrations python3 manage.py migrate python3 manage.py runserver ``` Find the app running at http://localhost:8000/calendar/!