aboutsummaryrefslogtreecommitdiffstats
path: root/django/social/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/social/apps.py')
-rw-r--r--django/social/apps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/django/social/apps.py b/django/social/apps.py
new file mode 100644
index 0000000..77d553d
--- /dev/null
+++ b/django/social/apps.py
@@ -0,0 +1,6 @@
+from django.apps import AppConfig
+
+
+class SocialConfig(AppConfig):
+ name = 'social'
+ verbose_name = "Redes Sociales"