ChatterBot Django Example
This is an example Django app that shows how to create a simple chat bot web app using Django and ChatterBot.
Documentation
Start the Django app by running python manage.py runserver 0.0.0.0:8000
Further documentation on getting set up with Django and ChatterBot can be found in the ChatterBot documentation.