form to input working hours

This commit is contained in:
Alicja Cięciwa
2020-11-11 00:46:00 +01:00
parent 4573ad43da
commit 212b0008af
21 changed files with 240 additions and 61 deletions

5
work/apps.py Normal file
View File

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