717 B
717 B
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/!