project-management-system
project-management-system copied to clipboard
Unable to create new user/company
I tried deploying this code to heroku but then we are not able to create a new company/ user .
@Soumya2901roy did you create new fields for any models?
Try to run:
python manage.py makemigrations
and then:
python manage.py migrate