form to input working hours
This commit is contained in:
15
work/models.py
Normal file
15
work/models.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from django.db import models
|
||||
import datetime
|
||||
|
||||
|
||||
# TITLE_CHOICES = [
|
||||
# ('MR', 'Mr.'),
|
||||
# ('MRS', 'Mrs.'),
|
||||
# ('MS', 'Ms.'),
|
||||
# ]
|
||||
#
|
||||
# class HoursInput(models.Model):
|
||||
# date = models.DateField(default=datetime.date.today)
|
||||
# hours_number = models.IntegerField()
|
||||
# # workplace = models.CharField(required=True, max_length=100, choices=TITLE_CHOICES)
|
||||
#
|
||||
Reference in New Issue
Block a user