Browse Source

Recreated app welcome

pull/150/head
Lumir Balhar 5 years ago
parent
commit
d6a79c94b0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      welcome/apps.py

+ 5
- 0
welcome/apps.py View File

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

Loading…
Cancel
Save