llazzaro / django-scheduler

A calendaring app for Django.
BSD 3-Clause "New" or "Revised" License
1.29k stars 392 forks source link

Django Scheduler Hijacking Views #475

Closed LittleLeonie closed 4 years ago

LittleLeonie commented 4 years ago

I dont know if i'm just incompetent, but the moment i add "schedule" to installed_apps all my views/templates turn into the base scheduler view - even after i gave the scheduler a seperate url.

LittleLeonie commented 4 years ago

i found out what the issue was by forking and editing the project. The base templates of this project and my own are both called "base.html" so my project used the scheduler "base.html" as it's base resulting in my templates not working.