Unable to run migrations for a django web service with postgresql backend through docker – Debian
I am trying to grow on a bookstore project mentioned in the book titled Django for Professionals by Vincent As I try to grow on it my requirements.txt has grown to asgiref==3.5.2 Django==4.0.4 psycopg2-binary==2.9.3 sqlparse==0.4.2 django-crispy-forms==1.14.0 crispy-bootstrap5==0.6 django-allauth==0.50.0 with my…