We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613e50c commit d6a79c9Copy full SHA for d6a79c9
welcome/apps.py
@@ -0,0 +1,5 @@
1
+from django.apps import AppConfig
2
+
3
4
+class WelcomeConfig(AppConfig):
5
+ name = 'welcome'
0 commit comments