swe574-spring23 / SWE574

BOUN Spring 574 Project
MIT License
0 stars 0 forks source link

BUG - Space Creation Error - Badges #116

Closed sozkan4 closed 12 months ago

sozkan4 commented 1 year ago

When creating new space, the name and description box filled, and create space button is cliecked, relation "users_badge" does not exist error occured.

Screen Shot 2023-04-27 at 18 19 29
sehmuzc commented 1 year ago

Semih, could you try phtyon manage.py makemigrations and python manage.py migrate commands. If it does not work even with these commands could you please try to build your docker application from scratch and check if the error continues. Eralp or Ceyda may also have other comments in the issue. I assume that you may get the same error when creating a post or creating a comment as the user badges are added for these 3 models.

sehmuzc commented 12 months ago

This problem has been solved after making migrations it is possible to create spaces.