Alessio Civitillo

Results 10 comments of Alessio Civitillo

Ok thanks, I'll try to write a small demo over the past days and come back to this, I think this could also go into your /examples. What is the...

are you guys accepting templates from non css/html pro's? I need a docs template and was thinking to build this up. I especially like: * https://www.nomadproject.io/docs/integrations/vault-integration/ * https://learn.hashicorp.com/nomad

Yes I am training business analysts from scratch. Those are people that normally would use SQL, MS Access, VBA, Alteryx and I am taking the bet of training them on...

I understand you are asking a platform question but my experience with motivation is that people learn python more quickly when they need python to execute a project they care...

OK I figured it out, I can just use add/edit form_extra_fields ```python extra_fields = {'notes': TextAreaField('notes', widget=BS3TextAreaFieldWidget())} class ContactView(ModelView): datamodel = SQLAInterface(Contact) list_columns = ["account", "name"] edit_form_extra_fields = extra_fields add_form_extra_fields...

I will be taking first the other issue I was assigned to

I didn't know this was supposed to work, I built my own watching script for developing in idom: ```python import time from watchdog.observers import Observer from watchdog.events import PatternMatchingEventHandler import...

Thanks for the quick response! I have refactored the code in one component and it works, but of course we need to check it. I will send you a PR...

Here is it: https://github.com/acivitillo/django_unicorn_call_issue But now I notice the button call works but the HTTP POST call is sent to http://127.0.0.1:8000/unicorn/message/parent . Could this be the problem? I would expect...