project-management-system icon indicating copy to clipboard operation
project-management-system copied to clipboard

Unable to create new user/company

Open Soumya2901roy opened this issue 3 years ago • 1 comments

I tried deploying this code to heroku but then we are not able to create a new company/ user . image

Soumya2901roy avatar Jul 12 '21 16:07 Soumya2901roy

@Soumya2901roy did you create new fields for any models?

Try to run:

python manage.py makemigrations

and then:

python manage.py migrate

guilehm avatar Jul 12 '21 17:07 guilehm