essensplan/README.md

17 lines
717 B
Markdown
Raw Permalink Normal View History

2020-05-16 18:06:41 +00:00
# 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! :)
2018-07-31 06:23:35 +00:00
# Usage
2020-05-16 18:06:41 +00:00
Clone this repo, setup venv, install Django, move djangocalendar/custom_settings.dist.py to djangocalendar/custom_settings.py and set correct values
2018-07-31 06:23:35 +00:00
2020-05-16 18:06:41 +00:00
```
python3 manage.py makemigrations
2018-07-31 06:23:35 +00:00
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/>