Go to file
2020-05-16 21:06:08 +02:00
cal Turned into menu scheduler 2020-05-16 21:06:08 +02:00
djangocalendar Turned into menu scheduler 2020-05-16 21:06:08 +02:00
images Add prev, next month and new, edit event functionality 2018-07-30 23:07:14 -07:00
.gitignore Kumify project 2020-05-16 20:06:41 +02:00
manage.py Initial commit, setting up project 2018-07-01 23:06:17 -07:00
README.md Kumify project 2020-05-16 20:06:41 +02:00
requirements.txt Turned into menu scheduler 2020-05-16 21:06:08 +02:00

django-essensplan

Full calendar built using Django. Tutorial part i here and part ii here - 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/!