Skip to content

Commit

Permalink
Update src/dashboard/src/fpr/apps.py
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Cerna <[email protected]>
  • Loading branch information
Dhwaniartefact and replaceafill authored Sep 6, 2023
1 parent 4949dfe commit cbcab48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/src/fpr/apps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.apps import AppConfig


class FprAppConfig(AppConfig):
class FPRAppConfig(AppConfig):
default_auto_field = "django.db.models.AutoField"
name = "fpr"

0 comments on commit cbcab48

Please sign in to comment.