jqb / django-settings

Application to keep simple settings in database. Based on the contenttype framework.
BSD 3-Clause "New" or "Revised" License
83 stars 47 forks source link

Click on add will lead to 404 #8

Closed papalagichen closed 11 years ago

papalagichen commented 11 years ago

http://127.0.0.1:8000/admin/django_settings/setting/add/ "add" url without typename in query string will leads to 404

jqb commented 11 years ago

well... actually it's not a bug - it's a feature :) https://github.com/jqb/django-settings/blob/master/django_settings/admin.py#L55

I know it's not beautiful but I tried to keep admin customization as simple as posible. If you know better solution - please advice one. I'd love to merge it.

Thanks for info.