code cleanup
This commit is contained in:
@@ -2,12 +2,6 @@ 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()
|
||||
|
||||
Reference in New Issue
Block a user