Radeband is a open-source python project that presents the companies facilities for their employees. We believe that employees deserve more.
Delete your database (db.sqlite3 in my case) in your project directory Remove everything from pycache folder under your project subdirectory For the application you are trying to fix, go to the folder and clear migrations and pycache directories
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
python manage.py createsuperuser