The issue here is you have a web app and you expect a desktop application.
This should be asked on a GUI-Framework mailing list.

You can call your APIs from that desktop app instead of writing the same
code again(DRY).

On Tue, Apr 9, 2019, 8:42 PM Julio Cojom <jul.alejand...@gmail.com> wrote:

> Django Is a web application, I guess if you create a shortcut of your
> browser with the URL of your app, that will be fine. Even you can change
> the icon to make a distinction between your app and the real browser.
>
>
> If you want to those scripts run every n hours or minutes to maintain your
> app feed , then create a crontab :)
>
>
>
> On Tue, Apr 9, 2019, 9:02 AM jaidev joshi <jaidev53s...@gmail.com> wrote:
>
>>
>> Hello all,
>>
>>
>> I have created a Django application, specifically, a dashboard
>> application, python scripts that collect data from sensors running in the
>> background will feed that data to Django app for live data plotting.
>>
>> I want to build this application in a more user-friendly way, and rather
>> launching it with the help of terminal I want to create an Icon on Desktop
>> by clicking that icon one can start this dashboard application to manage
>> sensor related data.
>>
>> Please suggest me a way through which I can do it.
>>
>> Thanks.
>>
>>
>> Jay
>>
>> --
>> 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/a9c28f8f-c28e-4268-87d3-afe7ccded5bc%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/a9c28f8f-c28e-4268-87d3-afe7ccded5bc%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 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/CAHRQUH%3D%2BD331Q7EQxh%3DNshBUpMk1sGDLCBX2rbk04R2O7%2BheDw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHRQUH%3D%2BD331Q7EQxh%3DNshBUpMk1sGDLCBX2rbk04R2O7%2BheDw%40mail.gmail.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 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/CAD%3DM5eRafviMbHQkvc7QrpwYbNz4yrrjZXvYa6-BqbQaaBH8VQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to