You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that requirements.txt does not match actual usage as per settings.py. I adjusted installing django-allauth and django-modeltranslation, but thus far I could not get the project to work locally. Something related to the database, particularly with the 'info_maininfo' table. (django.db.utils.OperationalError: no such table: info_maininfo). I've tried to reset_db using django-extensions but that didn't fix. Deleted migrations and all. None of the alternatives did work for me. I think it might be a package compatibility issue or something.
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue and for your interest in Car-Service-Marketplace. I wanted to inform you that the issue has been resolved in the latest commits. Please pull the latest changes and let us know if you face any further problems.
Additionally, please note that the license for Car-Service-Marketplace has recently been updated. It's essential to review the new license terms to ensure compliance with your usage.
I've noticed that requirements.txt does not match actual usage as per settings.py. I adjusted installing django-allauth and django-modeltranslation, but thus far I could not get the project to work locally. Something related to the database, particularly with the 'info_maininfo' table. (django.db.utils.OperationalError: no such table: info_maininfo). I've tried to reset_db using django-extensions but that didn't fix. Deleted migrations and all. None of the alternatives did work for me. I think it might be a package compatibility issue or something.
The text was updated successfully, but these errors were encountered: