Nirmal
Ok
Nirmal
Thank you
Nirmal
Any one have a book for jango??
George
Nirmal
🆗
Anonymous
Django notes for beginners
Roman
Hi guys, does anybody have experience with Django money ? I am having some weird problem
Doragonsureiyā
Hi guys, does anybody have experience with Django money ? I am having some weird problem
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
Anonymous
Hello guys I am making backend for flutter app and currently I am doing phone no. Registration through django please any one can help me?
Anonymous
Or anyone can guide me?😔
Doragonsureiyā
Hello guys I am making backend for flutter app and currently I am doing phone no. Registration through django please any one can help me?
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
David E
Hello.
David E
I am looking for an expert Python developer
David E
please contact me if you are an expert.
David E
help me with onething. this will be good opportunity
OneZer0
Good night, someone awake knows how to tell me how I could pass a str per parameter from my view to the model? It turns out that I have two FileFields that must be inside a specific folder with the name of the "analyzer" being stored ... So I wanted to organize these files into folders with the name of the analyzer, is it possible?
sindhu
Can anyone please help me in using mongodb database with django. I was a beginner and unable to do any operations using mongodb database(i.e crud operation). I have just connected the database using djongo. Thanks in advance
AK
I have a doubt on django I am using a model viewset the model has coordinates in it.While retrieving it i want to order by coordinates near a given coordinates. How can i add this ordering ?
Shreehari
Hi I have hashed password with make_password from hashers. When i use check_password, it returns false. Can someone help me with this?
sindhu
You can connect at settings.py, using DATABASES = {}, via your MongoDB connection string.
Yes I have connected and created a database. what to do next to do crud operations?
Madhu
Hi Is it possible to combine different django models and create a single view and pass it in single URL? Can someone help me with this
Biswajeet
What exactly u want from different models
Hamirul
hi everyone , im hafiz from malaysia . newbie with python n django
Hamirul
does anyone know how to kept the image quality after editing using pillow ? i tried one line code and the result so bad , the image quality drop badly
Knight
Hi~ How can I get the latest record of each user in django? Model.objects.filter(user_id__in=['user1']).latest('created_at') I know how to get single user's last record. What I want is Model.objects.filter(user_id__in=['user1', 'user2', 'user3']).latest('created_at')
Knight
Any help would be appreciated
Knight
I can, but I was looking for simpler solution if theres
Knight
User order function
How? I think order just orders all records
Near
View.py user = Model.objects.order('created_at') Context = { 'user' : user, } Template.html {% for u in user %} {{u.username}} {% endfor %}
Doragonsureiyā
View.py user = Model.objects.order('created_at') Context = { 'user' : user, } Template.html {% for u in user %} {{u.username}} {% endfor %}
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
Keshav
Hello everyone. How can I prevent an already logged in user from accessing the login page ?
Mihir
decorators
ANonyMous
any resources for django i am a beginner
Doragonsureiyā
any resources for django i am a beginner
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
ANonyMous
thanks
Dan
thanks
There are pretty old versions, use official polls tutorial on officialsite
theFlash
my mean is sent sms after fallback
https://youtu.be/fuFeikQ0ONM
Eyu'el
dress-
MSDian7
I want to translate web pages in my Django project in Hindi, so what should I refer for the same, Can anybody help me with it??
Gil
Hi! About Django signals. I need to trigger some procedures when there is new row in model. https://lincolnloop.com/blog/django-anti-patterns-signals/ Interesting article but hasn't convinced to not use signals.... Any body can give me others PRO or CONS ?
Darth✧
!paste
Doragonsureiyā
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
devops
How to convert
devops
Object to array of object in js
devops
Does anyoy know?
Dexter
<h1>{{ post.title }}<a href="#"><i class="fa fa-bookmark-o"></i></a></h1> <div class="post-footer d-flex align-items-center flex-column flex-sm-row"><a href="#" class="author d-flex align-items-center flex-wrap"> <div class="avatar"><img src="{{ post.author.profile_picture.url }}" alt="..." class="img-fluid"></div> <div class="title"><span>{{ post.author.user.username }}</span></div></a> <div class="d-flex align-items-center flex-wrap"> <div class="date"><i class="icon-clock"></i> {{ post.timestamp|timesince }} ago</div> <div class="views"><i class="icon-eye"></i> {{ post.view_count }}</div> <div class="comments meta-last"><i class="icon-comment"></i>{{ post.comment_count }}</div> </div> </div> <div class="post-body"> {{ post.content|safe }} </div>
Dexter
but output is Post Comments1 NA akshay 9 minutes ago <p>fgjhjdfghdfg</p>
Dexter
why am i getting <P> tag
Aneesh
Hi I have 2 foreign key fields in a model. But it is only registering 1 field in the database. If I change the order of it the other field registers .only the last occuring field is showing in the database
Aneesh
Any one know about this
Dexter
ok
aadya
Why localhost:8000/graphql run but not give any response, it's a blank white page like ,anyone tell me
Baku
How i can upload audio in django?
aadya
Audiofield is available in Django model
Brandon
And FileField
aadya
Then you can use filefield
aadya
For audio viedo pdf and image and all
Baku
For audio viedo pdf and image and all
How I can use it in rest framework?
aadya
Same as Django
aadya
I think
aadya
https://pypi.org/project/django-audiofield/
Dexter
https://stackoverflow.com/questions/63052862/django-cms-update-function-not-working-as-intended
Baku
thaks
Dexter
kindly give solution to above stack