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

Academic information module so far - #84

Open
narolkr wants to merge 66 commits into
Velle-log:masterfrom
narolkr:master
Open

Academic information module so far#84
narolkr wants to merge 66 commits into
Velle-log:masterfrom
narolkr:master

Conversation

@narolkr

@narolkr narolkr commented Nov 7, 2017

Copy link
Copy Markdown
Contributor

No description provided.

@Samy-33
Samy-33 requested a review from arshadsid November 7, 2017 19:27
course = ""
exam_t = ""
timetable = ""
pass

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.

This view function will not move ahead due to this pass

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

is there a way to use ajax while pressing the side tabs? Because when i use the tabs that are in {% include xyz.html %} file, it opens for the first time but after that it doesn't.

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.

I talked to @anuraagheisenberg and he said, he helped resolve it. I hope it's done.

s_id = request.POST.get('student_id')
c_id = request.POST.get('course_id')
print(s_id)
print(c_id)

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.

Please remove/comment all the debugging print


def get_attendance(request):
course_id = request.GET.get('course_id')
print(course_id)

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.

same

return HttpResponse("Data Inputed")


def delete1(request):

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.

Give descriptive names and please add documentation comments.

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.

5 participants