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

Academic_procedures - #92

Open
achintMI wants to merge 50 commits into
Velle-log:masterfrom
achintMI:master
Open

Academic_procedures #92
achintMI wants to merge 50 commits into
Velle-log:masterfrom
achintMI:master

Conversation

@achintMI

@achintMI achintMI commented Nov 9, 2017

Copy link
Copy Markdown
Contributor

No description provided.

@Samy-33
Samy-33 requested a review from arshadsid November 9, 2017 17:18
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')

@Samy-33 Samy-33 Nov 10, 2017

Copy link
Copy Markdown
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

Copy link
Copy Markdown
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 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
Copy Markdown
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

Samy-33 commented Nov 11, 2017

Copy link
Copy Markdown
Contributor

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