Arsa
I want to change into django orm
Anonymous
That's django orm
Arsa
Which one?
Anonymous
The one I sent
Arsa
So, I have using filter to join that models?
Anonymous
I don't get you sir
Mirco
how do I convert this to django orm?
First stop asking n-thousands times the same thing. Second take a Django tutorial and study.
Mirco
When you are stuck, come back here
Anonymous
Check out the Django orm documentation
Arsa
When you are stuck, come back here
I am not here If I dont stuck bro, so if you know maybe you can tell at least the keywords 😁
Mirco
Jumping from one topic to another one, trying to convert something you already have to Django without studying it from the beginning will only get you confused.
Jose
how do I convert this to django orm?
😂Go and read the doc man ( 🤧 If ya were a girl, maybe I could be your teacher )
Anonymous
😂😂😂
Anonymous
Hello Please is there any way I can use rich text editor in my Html form because I’m not using Django form. Thanks
Anonymous
django-ckeditor
I’m not using Django forms. Rather html forms
Mirco
Doragonsureiyā
Okay Thanks
You're welcome! 😊
Anonymous
Hello Please I have a Django model form in which I have a CharField which stores the users name. Whenever I call the form in views and save it, the user never gets saved. https://del.dog/memoleghux Thanks
luci._
what are the characteristics between a junior and a middle backend
luci._
How can I be a better backend this 2021?
Siddhartha
Deleted
https://stackoverflow.com/questions/65504864/from-django-db-models-import-q-count-f-jsonfield-importerror-cannot-import-n
Forouzan
First make a modal Second you can use Ajax to get informations in your Database Then you put results in JS variables 🤔I Think it'll work
Yes i do it. But it doesnt work for images!! It shows just the other items like name, description and...
Baku
xhtml2pdf, Cyrillic characters is not working(
Anonymous
Hello all... I'm writing rest API in Django..I have store images in database in binary format..so that I used binary Field..but I'm getting can't escape InMemoryUpladedFile to binary.. Please help me to resolve this exception
Anonymous
Or automatically restrict payload
Forouzan
Hi. How can i access to images in database in modal popup?
Anonymous
Guys I wanna Close \n this in my model charfiedl how can ı do ?
Kd
Using orm method how to do left join?
Mirco
Using orm method how to do left join?
https://amitness.com/2018/10/django-orm-for-sql-users/ Cheatsheet
Kd
I have admin and program mapping Means admin mapped with multiple program And also student and program mapping One student has one program Now I want to get all student which has programs related admin
Kd
How can I do it using orm?
Aldy
Anybody know about this? css class selector 'container' not found.
Mirco
How can I do it using orm?
Could you study a little bit instead of asking every query here ?
Anonymous
Anybody know about this? css class selector 'container' not found.
It means you didn't have any class named container
Aldy
I have class name container, but CSS Bootstrap Not Working
Mirco
Can you share your screen?
Absolutely not. It's not admitted
Anonymous
I have class name container, but CSS Bootstrap Not Working
May be the bootstrap class you are trying to use is supposed to be used with container tags i.e <div> and you are using it with some non container tag
Aldy
Thanks, solved 🙏
Roman
Is there an alternative to celery without starting the deamon?
Rahkmanuly
Try Django Q
Actually good choice 👍🏻
Loki
Anybody knows any open source Django project to contribute?
M
Anybody knows any open source Django project to contribute?
there are many on git .. if u are interested in ideas u can ping me as well . i need someone to contribute
Axror
Hi everyone, how can I fix this error: Unauthenticated email from [email domain] is not accepted due to domain's DMARC policy..... to be able to send emails in django?
Axror
Is there any easy way to get authenticated email via DMARC policy?
Anonymous
Hello. Please I've integrated like into my Django blog application. Please how can I make a user like only once. Thanks
Anonymous
Can u be more specific
I created a view which handles the like. The initial value of the like In the model is 0 Anytime a user clicks on the like button The number of likes increases by one But right now a single user can like the same post unlimited number of times. How can I limit the like button to be accessed only once by the user. Thanks
Anonymous
Creating a model for likes should help
A model which handles only likes Right now the likes model is embedded in the post model
Hola!
I used djangorestframework... And serializer class for json output of my model class
Hola!
But I'm getting output in dictionary format and where I can choose json,api ... And url is : 127.0.0.1:8000?format=json I want this url directly
Hola!
Any solution for getting only json output from models.py Thanks in advance
Hola!
Does anyone know how to pass db .all() query as json?
cj
Does anyone know how to pass db .all() query as json?
depending on what you are using, use DRF serializers or build a dict by your own and use JSONResponse
Hola!
How to pass django model dictionary to a json respons
Hola!
Can I share ss here ?
Doragonsureiyā
Can I share ss here ?
Read the rules before any activity: @PythonRules
Ahmed
how can I get the device location like google maps using django ?
Anonymous
Hello Please can I pass a safe tag to a function created in a model class. If I pass a safe tag to it it just disappears from the page.
Anonymous
Please I need your help on this https://del.dog/esudabasta