Recreated app welcome

This commit is contained in:
Lumir Balhar 2020-05-21 16:32:42 +02:00
parent 613e50c488
commit d6a79c94b0

5
welcome/apps.py Normal file
View file

@ -0,0 +1,5 @@
from django.apps import AppConfig
class WelcomeConfig(AppConfig):
name = 'welcome'