Skip to content

Commit

Permalink
rename core to apicore
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-codecov committed Mar 12, 2024
1 parent 6cfc1dc commit 3baf8fc
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.apps import AppConfig


class CoreConfig(AppConfig):
class ApiCoreConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "core"
name = "apicore"
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion shared/django_apps/dummy_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"shared.django_apps.pg_telemetry",
"shared.django_apps.ts_telemetry",
"shared.django_apps.rollouts",
"shared.django_apps.core",
"shared.django_apps.apicore",
]

MIDDLEWARE = []
Expand Down

0 comments on commit 3baf8fc

Please sign in to comment.