llazzaro / django-scheduler-sample

Example application of django-scheduler
78 stars 76 forks source link

TemplateDoesNotExist at / site_base.html #16

Closed adamyala closed 7 years ago

adamyala commented 7 years ago

I cloned the repo and followed setup instructions in the readme along with the instructions in https://github.com/llazzaro/django-scheduler-sample/issues/14

When I try to load the site I find that it's referencing a site_base.html that no longer exists.

adamyala commented 7 years ago

It looks like this change was introduced in commit 7472a10400baa5d1903265e8d38345fee82fa7e4

PoDuck commented 7 years ago

+1

Same issue

PoDuck commented 7 years ago

Well, I figured out a workaround, for now. django-scheduler 1.8 doesn't play nice with django-1.10, so they upgraded it, but apparently this sample is not upgraded to handle django-scheduler 1.8.2.

Go through the install as normal. Upgrade to 1.8.2, as it looks like you did (site_base.html errors happen with that version). Then load sample and example data, then revert back to dango-scheduler 1.8.0, and things play nicely again.