I want to be able to add custom fields to Page in my mezzanine app using admin interface. The only solution, that I came across by now is using django-custard. However, can this be done using only mezzanine functionality?
Asked
Active
Viewed 75 times
0
-
possible duplicate of [Creation of dynamic model fields in django](http://stackoverflow.com/questions/3712688/creation-of-dynamic-model-fields-in-django) – eyeinthebrick Oct 06 '14 at 14:53
1 Answers
0
Mezzanine's documentation has an entire section devoted to the topic:

Steve
- 1,726
- 10
- 16
-
Nope, I mean adding custom field to model on the fly through admin interface, without making changes to model.py – eyeinthebrick Oct 06 '14 at 20:31
-
I'm sorry I misunderstood you. There's nothing like that in Mezzanine by default. – Steve Oct 07 '14 at 00:48