llazzaro / django-scheduler-sample

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

Remove use of namespace in reversed urls #32

Closed jdufresne closed 6 years ago

jdufresne commented 6 years ago

The namespace should be defined in django-scheduler, not in each use. Defining it in django-scheduler allows it to be used internally and consistently.

Fixes #31 Fixes llazzaro/django-scheduler#364

jdufresne commented 6 years ago

@llazzaro If you instead prefer I add a namespace to django-scheduler, let me know and I'll do the fix there as well.