Common Django Typo in URLconf

If you’re hacking Django and get this…

ImproperlyConfigured: Error while importing URLconf 'proj.app.urls': 'tuple' object is not callable

…you’re probably missing a comma in your URL configuration as Rajesh Dhawan pointed out.

Django pros can move along, I know you never make typos. ;)

This entry was posted in Open Source, Python, Technology and tagged , , , . Bookmark the permalink.
  • schmilblick

    *cough* why i would never…. ;) (yes i got that error, googled it and came here… probably should get some sleep :) )