Roman
Inside the ORM
Aditya
3Million records .. why is that you want to count that over and over again... Rather use a filtered result.
Aditya
And serialization
AP
Hey everyone
AP
Can anyone tell me how to do excel mapping in django
AP
And to how to store user data into a key value pair
Anonymous
django is bae
AP
Have a look at JSON fields
Can you explain me in detail
Mirco
Can you explain me in detail
Official Docs is out there for u
Mirco
It explains better than me
AP
Json docs
Mirco
Json docs
No, Django docs about JSON fields
AP
Okay I will search
AP
What about excel mapping ??
Mirco
What about excel mapping ??
You can find it on official docs as well
Jay
What is hard between flak or Django?
Jay
*flask or Django ?
iiiiiiπoW
hi My models.py Contains datetime filed. And i save the datetime in utc format I want to retrieve the alla data from the model.. and i used the code and i got it.. at the same time. I want to convert all my datetime in to local date time.. How can i do this https://pastebin.com/6YmDKqg5
Anonymous
Anyone know how to use plaid service in django
Anonymous
Can anyone tell me basic use of using websockets for creating chatapp instead of making queries to databsase and adding msgs to databasr or any other way to create chatting system
Doragonsureiyā
Anyone know how to use plaid service in django
Please don't ask meta questions like: "Any user of $x here?" "Anyone used technology $y?" "Hello I need help on $z" Just ask about your problem directly! With a very high amount of people here the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
PRASANA
How to avoid duplicate data in media file...for example uploading a profile in user...the image store in different name in encrypted method
Doragonsureiyā
How to avoid duplicate data in media file...for example uploading a profile in user...the image store in different name in encrypted method
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Jamil
can a telegram bot written in django run off of my local host? or do I have to deploy it for it to work... my bot doesnt seem to be working
Jamil
was that the answer to the first or second question..
Jamil
Maybe
what?
Doragonsureiyā
Jamil
are you trolling?
Doragonsureiyā
Jamil
bro stop abusing the bot, I just asked a simple question
Doragonsureiyā
bro stop abusing the bot, I just asked a simple question
I'm not your bro, bro; we weren't hatched from the same egg 🐍🥚
Jamil
thank you for helping me with absoloutley nothing.
Fuad
How to avoid duplicate data in media file...for example uploading a profile in user...the image store in different name in encrypted method
def get_file_path(instance, filename): ext = filename.split('.')[-1] filename = "%s.%s" % (uuid.uuid4(), ext) return os.path.join('image/media', filename) Then, pass upload_to=get_file_path
Doragonsureiyā
Fuad
OK bro I will try
Don't forget to import uuid
PRASANA
Thks bro..
PRASANA
Def can be written in views.py or models.py
Fuad
Def can be written in views.py or models.py
In models, or u can write it some where and import it
PRASANA
👍
Bro...iam working in student project center...my experience is 8 month..until...how can I search the job..for backend developer
Ukrainian (Yaros) 🇨🇦
Hello, I don't know if you can solve this and the main thing you want to do, but I'll ask two questions. I have a class in which the variable «self.form» is declared, there is also another class where this variable is called. The first question is, how did a variable from one class get into the namespace of another class? Class where variable is declared - https://dpaste.org/2ynr Class where this variable is called (only methods where the variable is involved are represented) - https://dpaste.org/Zbr0 Whole code - https://dpaste.org/1uBo Second question: IOS vs Android?
Anonymous
How do we save credit/debit cards in our own Postgres database when using stripe payments?
వ్లాదమిర్ పుతిన్
Anonymous
you don't and you shouldn't
My overall idea was that if in future say I would want to migrate to a different gateway, then users should not lose their information, can this be achieved in any other way? Also, is it solely because of security purposes that we shouldn't or something else?
వ్లాదమిర్ పుతిన్
you don't and you shouldn't
the hosting companies? how do they store? just curious
cj
the hosting companies? how do they store? just curious
they have their own security things to store them, something that someone using their service shouldn't do neither care about, it's even on the contract you sign before using their services
వ్లాదమిర్ పుతిన్
Ipage experienced a data breach recently afaik
Anonymous
Kindly Suggest best book for Django Rest API
వ్లాదమిర్ పుతిన్
DY
HI, how can i undo an action? Django Paginator when you go to the next page site go up (((
Rian
docs
Docs isn't a book
Mirco
Kindly Suggest best book for Django Rest API
Django for APIs written by William Vincent is good
Rian
Django for APIs written by William Vincent is good
It's not good especially for beginners who don't know react.
Hello world
hello guys,i have doubt in my project. Consider a img in html page,if i run locally then img src is locally static directory , if i run project on server then img src is aws bucket.
Hello world
how to do this ?
Arun Pandiyan
Guys. How to have single authentication database for multiple projects like SSO.
yash
Hey ....i m new in django......can anyone suggest me best place to learn django
✙Yaroslav
tell me, can the docker be implemented at the end of the project? or should it be done at the very beginning?
Rohan
Have migrated some legacy projects to containers and it's always better to have things isolated
Sai Krupa Reddy
can any one help me django?
Sai Krupa Reddy
I am struck at middle
Sai Krupa Reddy
Can you help me?
Rohan
Can you help me?
Read the pinned post
Rohan
The question you asked is meta, don't ask to ask