My guess is that you can define your own form for PageAdmin or DisplayableAdmin, setting the default value to something you like. Simply create a custom admin class using your custom form and register as many models as you want with the new admin class (you'll need to unregister them first).

Alternatively you could monkey patch PageAdmin or DisplayableAdmin to user your form if your app is above everything else in INSTALLED_APPS.

This post describes a few ways of changing default values on the form level: http://stackoverflow.com/a/11145346/1330003

--
You received this message because you are subscribed to the Google Groups "Mezzanine 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to