Re: Setting Network settings from Python/Django

2012-01-27 Thread Leandro Ostera Villalva
I take it that, at the end of the day, Django is Python code, thus you can execute whatever Python code you want in certain places (like views). Hope that pointed somewhere! El 22 de enero de 2012 01:20, Ganesh Kumar escribió: > Hi guys > > I'm working on a simple web interface for an embedded

Re: Setting Network settings from Python/Django

2012-01-23 Thread yati sagade
Hi Ganesh Why do you want to do it with Django? You can go about building a light GUI in python that accomplishes your task, but, again, since you say the system's embedded, I don't know what libraries are you willing to put on it. Also, it will require the Python runtime to be installed. That said