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

Academic_procedures #92

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

Academic_procedures #92

wants to merge 50 commits into from

Conversation

achintMI
Copy link
Contributor

@achintMI achintMI commented Nov 9, 2017

No description provided.

@@ -146,15 +164,15 @@ def __self__(self):

class Timetable(models.Model):
upload_date = models.DateTimeField(auto_now_add=True)
time_table = models.CharField(max_length=20)
time_table = models.FileField(upload_to='documents/%Y/%m/%d')
Copy link
Contributor

@Samy-33 Samy-33 Nov 10, 2017

Choose a reason for hiding this comment

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

@3Peers/academic-information-management, Look at this ==> #90

Copy link
Contributor

Choose a reason for hiding this comment

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

@Samy-33 it's correct I copied their models


class Meta:
db_table = 'Timetable'


class Exam_timetable(models.Model):
upload_date = models.DateField(auto_now_add=True)
exam_time_table = models.CharField(max_length=20)
exam_time_table = models.FileField(upload_to='documents/%Y/%m/%d')
Copy link
Contributor

Choose a reason for hiding this comment

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

@3Peers/academic-information-management, Look at this ==> #90

@Samy-33
Copy link
Contributor

Samy-33 commented Nov 11, 2017

Resolve the conflict, rest looks OK.

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.

3 participants