dakrauth / django-swingtime

📆 Event and occurrence scheduling application for Django
https://dakrauth.github.io/django-swingtime/
MIT License
313 stars 99 forks source link

Reverse for 'swingtime-occurrence' .... #4

Closed adamteale closed 9 years ago

adamteale commented 10 years ago

Hi Guys

I can't seem to get to see an even I have created. I was able to create one through the djang admin pages, but when I click on the "view on site" link i get this error:

Reverse for 'swingtime-occurrence' with arguments '('2', '6')' and keyword arguments '{}' not found. 0 pattern(s) tried: []

Any ideas?

Thanks

Adam

mollysamara commented 9 years ago

Did you ever find a solution for this? I am having the exact same issue.

dakrauth commented 9 years ago

I've looked into this and cannot recreate the issue using the karate demo project. Being that the swingtime-occurrence reverse URL exception being thrown, have you checked to insure that the swingtime URLs for those have been included?

mollysamara commented 9 years ago

We found the problem, in our html for the monthly view link, we accidentally swapped the month and year parameters, thanks!!!