Initial commit
This commit is contained in:
commit
97e799fd52
61 changed files with 2252 additions and 0 deletions
7
yksa_web/apps.py
Normal file
7
yksa_web/apps.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class YksaWebConfig(AppConfig):
|
||||
name = "yksa_web"
|
||||
label = "yksa_web"
|
||||
verbose_name = "YKSA web kit"
|
||||
Loading…
Add table
Add a link
Reference in a new issue