well, django is a web application, so its definitely not suitable for 
making a standalone desktop application that you install and run.  Its 
meant to run on a server, handling HTTP requests and processing the data 
and returning a response.  That doesn't run in a desktop container 
application

however, if you're referring to an API that can be used both by desktop 
browsers as well as mobile devices or applications, then yes indeed, django 
is an excellent option for this.

-- 
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+unsubscr...@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/a529d0a2-58a0-45db-a5b8-df0b83a35228%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to