Commit 29048426 authored by Felizia Tiburcio's avatar Felizia Tiburcio

make models

parent 709a019d
......@@ -25,8 +25,8 @@ def schedule(request):
for employee in Employee.objects.raw('SELECT * FROM employee'):
print(employee.employee_name)
for role in EmployeeRole.objects.all():
print(role.role_description)
# for role in EmployeeRole.objects.all():
# print(role.role_description)
return render(request, "blizzardblast/templates/schedule.html")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment