Skip to content

Commit 2651eaa

Browse files
authored
Merge pull request #19 from elnygren/master
fix typo in default_app_config
2 parents 733822c + bdf5700 commit 2651eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psqlextra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
'HStoreField'
55
]
66

7-
default_app_config = 'psqlextra.app.PostgresExtraAppConfig'
7+
default_app_config = 'psqlextra.apps.PostgresExtraAppConfig'

0 commit comments

Comments
 (0)