Recreated app welcome
This commit is contained in:
parent
613e50c488
commit
d6a79c94b0
1 changed files with 5 additions and 0 deletions
5
welcome/apps.py
Normal file
5
welcome/apps.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class WelcomeConfig(AppConfig):
|
||||
name = 'welcome'
|
Loading…
Reference in a new issue