Mr
Anonymous
Hello guys how can ı filter check in check out room system ?
Mr
When i click on tkinter exe its open my web application
Ghorz
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
Mr
Ghorz
Just make sure all the connections between front and back backend rely on API.
Ghorz
That's all
Ghorz
Use tkinter
Mr
Ghorz
Or Kivy
Mr
Ghorz
Kivy is more modern and nice UI
Ghorz
And will compile for Windows, IOS and android
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
cj
Ghorz
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
Mr
Ghorz
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
iiiiiiπoW
Ghorz
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
няιтωαנ
няιтωαנ, [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????
няιтωαנ
няιтωαנ
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
няιтωαנ
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??
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 ??
Mirco
Manuel
somebody can help me out with any tutorial of django with angular
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?
Bheeshma
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
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
Shivam
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*