Thanks again, I can see that the community of Django is very helpful now :). So if I understood well, I can just do a regular js script with AJAX that will execute a bash command on my python script ? I read that it may be dangerous, is that right ? And what about Python CGI ?
Sorry if I ask basics questions, I feel a little bit lost on that subject... :( On Friday, May 16, 2014 10:19:11 AM UTC+2, Venkatraman.S. wrote: > Honestly, django may be an overkill for you, as something lightweight like > Flask might do the magic for this particular usecase. Or even a simple > html with js should do without any added framework shebang. > > BUT, django, comes with an awesome community and loads of packages that > might help you a tonne when you want to grow your application or want to > create/add more products/features. > > On Thu, May 15, 2014 at 6:43 PM, Amelie Bacle > <[email protected]<javascript:> > > wrote: > >> Ok thanks for your answers. Yeah maybe that best suits not here, I meant >> is Django able to do what I plan to do before I start studying the >> framework and loss time. Let's see the tutorial then ! >> >> On Thursday, May 15, 2014 11:33:05 AM UTC+2, Amelie Bacle wrote: >>> >>> Hello everyone, >>> >>> I have to do a web application at my work. I use to program with Python >>> every day but never for web application. So I wanted to know if Django is >>> the best choice for my problem. Here it is, in my application there will be >>> only one form (with some file uploading). After the submission, I want to >>> execute an internal Python script on those files on our servers. >>> It seems pretty simple but I have no idea how to do this so do you think >>> that Django will be able to do this quickly and safely ? Do you have >>> examples of that kind of code ? >>> >>> Thanks in advance for your answers and sorry for possibly english >>> mistakes :D >>> >>> Amélie. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/ef7ce260-325d-4de1-8d44-3b4f8f51eea6%40googlegroups.com<https://groups.google.com/d/msgid/django-users/ef7ce260-325d-4de1-8d44-3b4f8f51eea6%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/dc1fe1bf-00c1-42bf-aab7-2c169683ac07%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

