Doragonsureiyā
Really?
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Jamil
Why is there many=True within my serializer but I am serializing only one object
Anonymous
I need help
Doragonsureiyā
I need help
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
How to create a dynamic website (no login or signup) in which people upload the content(like file or url)
Unknown
How to create got like Doragon sureiya
Unknown
Bot*
Doragonsureiyā
How to create got like Doragon sureiya
Looks like you need an offtopic group, please continue this conversation at @pythonofftopic as it's not related to Python
Arslan
Hello everybody, I'm going to create corporative web app, and allow to users log in with their ms accounts, could u advise the best way to accomplish that please
isa
https://hastebin.com/ujevirojav.rb
isa
Above link has my code and problem. please let me know the solution
isa
I can not find a solution from google
isa
There is still the same error despite I did migrations and migrate.
Bral Bral
Can i autocomplete not valid url? For example: /api/month -->/api/month/defaultvalue/ ?
Roman
I have a django view that goes into redis, should I include the connection string into the view or outside of it ? r = redis.Redis(host='localhost', port=6379, db=3, decode_responses=True, charset='utf-8') # 3 db is for email validation
Дауран
What's the problem dude
Дауран
Which areas haven't you understood
Bral Bral
Can i autocomplete not valid url? For example: /api/month -->/api/month/defaultvalue/ ?
Decision: class DateConverter: regex = r'\d{4}-\d{2}-\d{2}' def to_python(self, value): return datetime.strptime(value, '%Y-%m-%d') def to_url(self, value): return value
Alexis
hi guys what proggraming language code is better for backend development php or django ?
Muflone
hi guys what proggraming language code is better for backend development php or django ?
Are you seriously asking in a Django group if it's better to use Django or PHP?
Maxim
you paid too much to the designer
Maxim
why are you posting and then deleting messages?
Дауран
django is not proggraming language
You meant Django is framework ?
Albert
Why order_by() change queryset?
Maxim
but i said what i said
Maxim
Why order_by() change queryset?
and what should it change?
Albert
My code https://del.dog/emumecranu
Albert
Result: https://del.dog/meganameme
Maxim
Why order_by() change queryset?
how it will change the order without changing the queryset
Doragonsureiyā
Result: https://del.dog/meganameme
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
Andrej
hi guys what proggraming language code is better for backend development php or django ?
Django is a framework written in the language Python. PHP is another language and there exist many other frameworks as well. In PHP you would use Laravel. 99,9% in this Django group would recommend you of course to use Django.
Albert
how it will change the order without changing the queryset
Even the number of objects changes for me. This has never happened before.
Maxim
and?
where are the answers to my questions? so did you read documentation? why do you use a tool and wonder that what you don't want to know doesn't match what you expect?
Albert
related model? did you read documentation?
yes, related model no, I did'n
Maxim
yes, related model no, I did'n
short answer: that's why
Maxim
long answer in documentation
Maxim
don't ask me an intermediate version
dexofan
yes, related model no, I did'n
Read about distinct method in docs
Albert
Read about distinct method in docs
Thank. I know about this method, I tried using it. But the number of objects does not change anyway. Duplicates remain.
Anonymous
Team, can I create a server and client both in a same programme in django
Anonymous
Then do I need to create two different apps for both
Anonymous
I need to write a programme to send data from multiple clients to a single server.
Anonymous
How do I proceed
Anonymous
Please help
Anonymous
how to favourite post in django
Anonymous
can any buddy tell me
Alpha
Hi and I want to learn django and I am beginner how to start f
Alpha
Plz help
Alpha
Anyone
Alpha
Thanks
R
Buddy anyone has used stripe with Django ? ... I'm stuck at an error
R
how to favourite post in django
Favorite u mean from client side or u want to show the post like featured ?
Anonymous
hi guy's i have using with django channels when i runing server i getting this error : ModuleNotFoundError: No module named 'asgiref.sync' I tried to install it but got this error : requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/asgiref-sync/
Anonymous
how to do conditional form in djangi forms
Anonymous
and when to user forms.Form and when ModelForm
Darth✧
Anyone here who created group chat project using django channels? I want some help
Unknown
I want to ask this question from a Bootstrap expert: How do I start learning bootstrap to develop real world web pages and from where do I need to start?
Shubham
hi
Shubham
https://dpaste.org/eWo2
Shubham
this is my entire setting with dir structure
Shubham
this error Im getting
Shubham
https://dpaste.org/DxYE
Shihasz
https://dpaste.org/eWo2
Check where are your static files are located
Anonymous
anyone know how to customize user in admin panel?
Doragonsureiyā
anyone know how to customize user in admin panel?
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
i want to hide permissions in user creation from admin side
Anonymous
permission block and date block
Anonymous
and when i m. unregiserting the user in admin.py it is Giving me error