essensplan/README.md
2020-05-16 20:06:41 +02:00

17 lines
717 B
Markdown

# 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/!
<img src=/images/calendar_v2.0.png/>
<img src=/images/calendar_v2.0_form_new.png/>
<img src=/images/calendar_v2.0_form_edit.png/>