We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e9776 commit dce0facCopy full SHA for dce0fac
tests/testapp/apps.py renamed to citext/apps.py
@@ -1,8 +1,8 @@
1
from django.apps import AppConfig
2
3
4
-class TestAppConfig(AppConfig):
5
- name = "tests.testapp"
+class CITextAppConfig(AppConfig):
+ name = "citext"
6
7
def ready(self):
8
from citext import baker_generators # noqa
0 commit comments