Closed mvmthecreator closed 8 years ago
After i setup my django project and run dj_database_url with this config the speed of migrations and the development server run extrem slow.
#settings.py DATABASES = {'default': dj_database_url.config()} .env file DATABASE_URL=postgres://user:passwd@localhost:5432/my_db
After i changed localhost with 127.0.0.1 everything works fine
localhost
After i setup my django project and run dj_database_url with this config the speed of migrations and the development server run extrem slow.
After i changed
localhost
with 127.0.0.1 everything works fine