Skip to content

Commit 8711d98

Browse files
added django.contrib.postgres to installed apps for tests
1 parent 2d75e00 commit 8711d98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"django.contrib.admin",
2121
"django.contrib.auth",
2222
"django.contrib.contenttypes",
23+
"django.contrib.postgres",
2324
"django.contrib.sessions",
2425
"django.contrib.messages",
2526
"easy_thumbnails",

0 commit comments

Comments
 (0)