ChatterBot
ChatterBot copied to clipboard
Django 3
trafficstars
The example Django app needed a few updates to be compatible with Django 3. Specifically: {% load staticfiles %} was deprecated in Django 2.1, and removed in Django 3.0.
@dancaron Can you fix the failing tests?