Skip to content

Commit

Permalink
Fix #35 -- Introduce AppConfig to handle optional dependencies config (
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored Aug 30, 2024
1 parent d0e9776 commit dce0fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testapp/apps.py → citext/apps.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from django.apps import AppConfig


class TestAppConfig(AppConfig):
name = "tests.testapp"
class CITextAppConfig(AppConfig):
name = "citext"

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

0 comments on commit dce0fac

Please sign in to comment.