zorzalo3 / zorza

https://zorza.lo3.wroc.pl
GNU Affero General Public License v3.0
14 stars 4 forks source link

page not found #26

Closed Jose-Nyamos closed 4 years ago

Jose-Nyamos commented 4 years ago
page not found Request Method: GET

http://127.0.0.1:8000/timetable/class/1/ timetable.views.show_class_timetable No Class matches the given query.

DietPawel commented 4 years ago

Thank You for your interest in this project! I think this error came up, because You didn't loaded any timetable. Please refer to zorza_scripts repo to load timetable from xml file, or load demo db using fixture:

./manage.py flush #this flushes the db!!!`
./manage.py loaddata fixtures/demo.json

I'll close this issue, because it's not reproducible as can be seen on production

Jose-Nyamos commented 4 years ago

Thanks alot it worked perfectly