Anonymous
Hello guys how can ı filter check in check out room system ?
Ghorz
I handle multiple company data
Besure you have Django Rest Framework in your server
Mr
When i click on tkinter exe its open my web application
Mr
With the help ho rest framework we can do this
Mr
Also need APIs
Mr
I m right
Ghorz
It will be like using Flutter as frontend on android and Django as backend
Ghorz
Ghorz
Just make sure all the connections between front and back backend rely on API.
Ghorz
That's all
Ghorz
Use tkinter
Ghorz
Or Kivy
Mr
Or Kivy
Why kivy
Ghorz
Kivy is more modern and nice UI
Ghorz
And will compile for Windows, IOS and android
Mr
Kivy is more modern and nice UI
If you dont mind can you please suggest me a good kivy tutorial
Ghorz
Kivy.org
Mr
Use tkinter
Any video tutorial make django exe with the help of tkinter
iiiiiiπoW
Hi.. how can i generate token using client id and client secret. Without username and password.. any idea ???
Ghorz
Use uuid
Or do little Web search
cj
Use uuid
or secrets
Ghorz
Any video tutorial make django exe with the help of tkinter
It should be on YouTube and you do not need video, some random blog post will suffice. Use Kivy it wsave you time with less code
Mr
Kivy is more modern and nice UI
Which one is better kivy or flutter
Ghorz
or secrets
Exactly
Ghorz
Which one is better kivy or flutter
Flutter is for Android running on Dart Language. Kivy is python
Ghorz
Read it up
Ghorz
Have you done the API in Django?
iiiiiiπoW
Or do little Web search
I tried django outh toolkit and open id provider. But not getting correctly. I want a third party for token generation like identity server
Ghorz
No
You've not started at all.
Mr
I just create a web application with django
Ghorz
No
If the data will be stored on local machine like Mysql or sql server, build everything in kivy
Ghorz
I just create a web application with django
If you want a complete billing bundle with stock management, finance, report, barcode, customer,...... Use Frappe Erpnext framework its complete with API. Including offline pos. Your choice
Mr
You mean design complete app in kivy then make exe and the exe run on ios also
iiiiiiπoW
I want a server , like identity server
Ghorz
I assume you want to create the app the package it as exe. You got a long way bro. You'll package it with a web browser and docker. Good luck wasting time
Ghorz
You mean design complete app in kivy then make exe and the exe run on ios also
If you want to access it from different clients, then use API with Django or FastAPI
няιтωαנ
няιтωαנ, [16.06.20 23:58] https://del.dog/uremofixyh.txt Guys any idea how can i take input for account owner.....like how can i create a form for creating an account.....do i need to use django or tkinter fr that????
Ghorz
I want a server , like identity server
You want to build your own server like OpenID.
iiiiiiπoW
You want to build your own server like OpenID.
Ys.. is there any server exist like identity server ?? I tried open id .
iiiiiiπoW
My client device has no username and passwrod.
iiiiiiπoW
I want a server like identity server.. is there any server exist like this ? If not how can i implement ?
Ghorz
From the database use the owner primary key or Id
Manish
My referesh page is work like submit button. And previous data again get saved in Database when I refresh the page How can I solve this??
Doragonsureiyā
My referesh page is work like submit button. And previous data again get saved in Database when I refresh the page How can I solve this??
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites: - https://del.dog - https://dpaste.org - https://linkode.org - https://hastebin.com - https://bin.kv2.dev
Anonymous
I'm receiving connection error when using django-elasticsearch-dsl library... Anyone knows how to resolve it?
Anonymous
Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed. what is this guys ?
Anonymous
and ı have really big translation problem anyone help me ??
Anonymous
You need to install it on your system to use gettext
ı cant found how can ı install mate ı dont understanda
Manuel
somebody can help me out with any tutorial of django with angular
Mirco
ı cant found how can ı install mate ı dont understanda
Read i18n on official docs and you will find the steps to get ready
Alan
really fucking tired of the is not a registered tag library. Must be one of:... error
Mark
What's the best way of filtering data??? Using chains of filter or dictionary of filters
Shivam
I m trying to upload a file(resume) in Django, but I'm not getting how to call or pass it in ajax? I'm neither using Django forms nor any other <form> tags are there in HTML. I have just mentioned some input fields in HTML saving them through a js function (mentioned below).
Shivam
https://pastebin.com/gEMLm4DF
Aaditya
In Django project one page contains 3 radio button and if we select that radio button then it open other form(page) How to implement this functionality?
Anonymous
In setting 😐😐
Any Idea how to get selected text from drop-down in django view
Anonymous
Any Idea how to get selected text from drop-down in django view
Xavier
You need a form with a crsf token
Shivam
You need a form with a crsf token
I have added the csrf token becz it is working without filefield, actually I don't know how to pass the file in the Ajax call?
Xavier
I have added the csrf token becz it is working without filefield, actually I don't know how to pass the file in the Ajax call?
https://stackoverflow.com/questions/37825913/how-to-pass-file-data-with-ajax-and-jquery this might help
Shivam
Nope it's also not working because I'm not using any <form> tag, The flow is : Input value -> click submit -> on submit it calls main.js function -> function takes all the value and pass it onto ajax
Shivam
There is no django form or nay other typical form tag here
Shivam
Any*