Tag Archives: typo

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 … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , | 1 Comment