I have deployed Django project that works like a charm on my own computer. Everything works after deployment to pythonanywhere except I get error "no such table: django_bootstrap_calendar_calendarevent" when trying to add event to a calendar in admin-panel.
I have tried to migrate several times and even deleted everything and started again from scratch, but there simply is no django_bootstrap_calendarevent -table in the database after migrating (I downloaded the database file to my computer and checked).
I really would appreciate if anybody could give a hint how I could solve the problem. The code of the webpage can be found here: https://github.com/Hyvjan/cabin_homepages
The django-bootstrap-calendar can be found from here: https://github.com/sandlbn/django-bootstrap-calendar
On the web page I can see the django-bootstrap-calendar and it works fine, I am just not able to add events to it because the database table is missing.