Re: Too many SQL variable

2019-02-18 Thread Sebastian Henschel
R,size) interface. --- Maybe you can put a call to this interface into a startup script somewhere? Cheers, -- Sebastian Henschel Softwareentwickler Passivhaus Institut http://passiv.de -- You received this message because you are subscribed to the Google Groups "Django users" group

Re: TemplateResponse and json

2012-09-17 Thread Sebastian Henschel
return json.dumps(rendered_template) cheers, Sebastian -- Sebastian Henschel, Python Developer Web txtr GmbH | Rosenthaler Str. 13 | 10119 Berlin | Germany -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Button action to delete files from server

2012-09-17 Thread Sebastian Henschel
le': f }, context_instance=RequestContext(request)) you still have to create the template file 'portal/file_deleted.html'. or you do a redirect to another URL instead... Can somebody please help me to create an action to delete files? hth, Sebastian -- Sebastian H