Tuesday, October 25, 2016

Re: Running django on demand via my PyQt4 Standalone app

Hi again,

and thanks for the answer and Tips 

@Mario R. Osorio 
>I cannot understand is why would you need django for admin, but use some other standalone (desktop?) application for everything else.  You should try and stay either on the django or on the standalone application. 

i think i must add why i need to use a "desktop app" and a web server for the "desktop app" :). The desktop app i need for something like this

for the user to control all devices @home, its a home Automatisation Controlling UI (wirten in PyQt)and second part - the web part (django) i need to setup the whole system, to add new hardware micro controller to customize the whole UI. I could add the whole settings / customizing stuff to the UI but from the user experience side it would not be optimal, u know what i mean? This UI should be only to Control not to setup things.


@all others

now the SQL part in PyQt i do whit QSql and its ok for me,if i use django it's not a problem for me to use only for the web part the django way. 

Why i would use django because in the future i will develop some Smart Phone app to Control the system too and i read that django add automatically some API what make me easier to add the communication between the mobile app and my standalone application


--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20b836f6-ca70-45e6-aa55-906cb125754e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment