Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
fix: fix name on regions app class
Browse files Browse the repository at this point in the history
  • Loading branch information
crsepulveda committed May 14, 2020
1 parent d3888a6 commit 91cc376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regions/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from django.utils.translation import ugettext_lazy as _


class UsersConfig(AppConfig):
class RegionsConfig(AppConfig):
verbose_name = _('regions')
name = 'regions'

0 comments on commit 91cc376

Please sign in to comment.