What is the best way to template an existing Mezzanine class under a specific application?
24 views
Skip to first unread message
Sebastian Wain
unread,
Sep 13, 2012, 3:16:00 PM9/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mezzani...@googlegroups.com
I want to reuse the existing Form class but under my own application. In this way I can reuse the templates hierarchy I done under my own application.
What is the best way to accomplish this? One alternative is to copy many files from mezzanine/forms/* to my own application. What's the best way to solve this problem?
Thanks,
srw
Stephen McDonald
unread,
Sep 13, 2012, 5:04:03 PM9/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mezzani...@googlegroups.com
Take a look at the django-forms-builder project which is a stand-alone version of the forms in Mezzanine: