Also in Django maybe try to change things like:

class Textarea(Widget):
    template_name = 'django/forms/widgets/textarea.html'

With

component = dict(
    template_name='django/forms/widgets/textarea.html',
    script='your/textarea.js',
    style='your/style.css'
)

Or something component='your.favorite.TextArea', then you could also hack
django.forms.widgets.component to change the default rendering at the
project level. Maybe then distribute more exciting component objects that
accepts this dict interface in pip packages that could work with any python
framework.

Anyway, keep on pursuing your dream stack, always happy to read some
exciting discussions on this matter ;)

Have a great day

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAC6Op191PpSz_EZT8H-zSz5cgePAD-j%3DBHQQfCvT0KTgVyJQrw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to