Basically you ask in the AI-Field a question related to Django, then the Django-Chatbot will give you an answer of steps, that will be automatically saved in your ToDo List as a Task with severals Steps. You can still change the steps /todos dynamically afterwards. You can also just use the normal todo form field without AI.
first you have to run db_builder.py
then create a .env
with your openAI secret key in it:
OPENAI_API_KEY = "sk-blablabla"
then manage.py runserver etc.