How to use ArrayField in Django using PostgreSQL DB?
问题 I want to do this import in my django models.py: from django.contrib.postgres.fields import ArrayField I read this documentation https://docs.djangoproject.com/en/dev/ref/contrib/ and I added 'django.contrib.postgres' into my INSTALLED_APPS in settings.py, but when I try to sync my db or to runserver I got "ImportError: No module named postgres" Is there something else I should do or install? django.contrib.postgres is part of the core distribution right? This is traceback: Traceback (most