Sterilistic / django-cron

Automatically exported from code.google.com/p/django-cron
MIT License
0 stars 0 forks source link

django-cron interferes with django's url reverse #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install django-cron and put the stuff in urls.py
2. http://python.pastebin.com/GNGrL0Yu

What is the expected output? What do you see instead?
output is fine but the script never returns

What version of the product are you using? On what operating system?
revision 32 on Ubuntu Lucid Lynx

Please provide any additional information below.
if you remove import django_cron and django_cron.autodiscover() from
urls.py it fixes the problem.

Original issue reported on code.google.com by superjo...@gmail.com on 18 May 2010 at 12:13