Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Backend for OfficeHours #56

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Backend for OfficeHours #56

wants to merge 7 commits into from

Conversation

ramjk
Copy link

@ramjk ramjk commented Dec 4, 2016

No description provided.

@@ -1,109 +0,0 @@
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL don't commit removal of this in the future, kinda pointless

@@ -130,11 +130,10 @@ class OfficeHour(models.Model):

day_of_week = models.IntegerField(max_length=1, choices=DAY_OF_WEEK_CHOICES, default=1)
hour = models.IntegerField(max_length=2, choices=TIME_OF_DAY_CHOICES, default=11)
officer_username = models.CharField(max_length=30,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think another PR uses this, so we won't be able to actually delete it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants