samluescher / django-form-designer

A Django admin app with a GUI to create complex forms without any programming skills; complete with logging, validation, and redirects.
BSD 3-Clause "New" or "Revised" License
315 stars 149 forks source link

Django 1.6 compatibility: Use django.conf.urls if possible. #75

Closed akx closed 10 years ago

akx commented 10 years ago

Falls gracefully back to django.conf.urls.defaults for ancient-er Djangos.