--
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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
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/5790afb2-4890-48fd-8e42-8848ba20e691%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Amelie,
Django may be overkill for your application. However, it is very easy to use, and takes care of all the little, and big, details of getting a web application to work. The documentation is very good, and the community is very helpful. Good luck!
Mark
--
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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
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.
--
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... :(
Amelie,
You are asking the right questions, although perhaps on the wrong list. ;-)
One good reason for using a framework like django is that you don't have to worry so much about the "plumbing" of your application....there are a lot of really smart people doing that for you. The price you pay is the extra effort of learning how to use the new framework.
One final thought. In the time it would take to evaluate several different development options for your application (or even in the time we have been talking about this project), you could have run through the django tutorial and had your application up and running. IMO, you may be overthinking this project, given the description you gave us.
Mark
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/dc1fe1bf-00c1-42bf-aab7-2c169683ac07%40googlegroups.com.