diff options
Diffstat (limited to 'django/project/apps.py')
-rw-r--r-- | django/project/apps.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/django/project/apps.py b/django/project/apps.py new file mode 100644 index 0000000..cd51a76 --- /dev/null +++ b/django/project/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class ProjectConfig(AppConfig): + name = 'project' + verbose_name = 'Proyectos' |