Skip to content

Commit dce0fac

Browse files
authored
Fix #35 -- Introduce AppConfig to handle optional dependencies config (#38)
1 parent d0e9776 commit dce0fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from django.apps import AppConfig
22

33

4-
class TestAppConfig(AppConfig):
5-
name = "tests.testapp"
4+
class CITextAppConfig(AppConfig):
5+
name = "citext"
66

77
def ready(self):
88
from citext import baker_generators # noqa

0 commit comments

Comments
 (0)