sequence index must be integer, not 'slice' django inspectdb
насколько понял, проблема в несовместимости psycopg и версии джанги
как пофиксать?
вот установка в докерфайле, какие версии нужно указать?
RUN pip3 install gunicorn django
RUN pip3 install djangorestframework-jsonapi
RUN pip3 install django-modeladmin-reorder
RUN pip3 install psycopg2-binary
RUN pip3 install boto3
RUN pip3 install requests
RUN pip3 install uwsgi
RUN pip3 install Pillow
RUN pip3 install django-modeladmin-reorder
RUN pip3 install django-storages
если кому-то интересно как пофиксить, то pip3 install psycopg2-binary==2.7.3.2
Обсуждают сегодня