Anonymous
How to use drf with flutter?
Firdaus
Use DRF to create endpoint. Use Flutter to consume the enpoint.
Jun
hello i need help how to return 3(b,o,y) in variable a = "bobby"
Ganesh
In django if he selects radio button how to open a popup
Ganesh
Anyone knows
Jun
Study python strings dude
i just want to get alphabet not same
Archit
While trying to send an email for the reset password an error " [WinError 10061] No connection could be made because the target machine actively refused it" . Can anyone guide me on how to resolve this issue.
Doragonsureiyā
hello i need help how to return 3(b,o,y) in variable a = "bobby"
Looks like you need an offtopic group, please continue this conversation at @pythonofftopic as it's not related to Python
Jeeva
If I try to use from django.contrib.gis.db import it throws Django.core.exceptions.improperlycongigured error
Jeeva
How do I solve this problem anyone help me
Anonymous
127.0.0.1:8000/admin not working after clear cache sometime it works well but other than that it's not working. Please help me to solve the problem
Anonymous
restart server
Still not working . I am working in pycharm
Anonymous
ok
Mirco
!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
Anonymous
https://pastebin.com/uPwiiMha
Anonymous
I want to show details according to the ID
Anonymous
static files working fine with other templates. But whatever file name I'm putting in this view, that file not working.
Anonymous
pls help me out
Anonymous
Jai
Try ctr + f5 in browser
Дауран
Arafa muborak
Sh
Arafa muborak
Muborak ulsun
Дауран
Happy holiday today's day
Mirco
Doragonsureiyā
Arafa muborak
Hi! This group is English-only. Please, translate your message into English or move to a group speaking your language. Thank you.
Дауран
!english
Actually I meant today's holiday over Muslim countries
Jamil
!english
bro nah this is a bit extreme man, he is just congratulating arafa man
Jamil
Fair enough, maybe he should say it in english, got ur point
Дауран
I see
Jamil
Arafa muborak
To you too 👍
Mirco
mine was just a reminder 😁
Duba
Anyone completed dj4e ??
Jamil
is everything from media root uploaded to media url
Jamil
??
Doragonsureiyā
Anyone completed dj4e ??
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
Mirco
is everything from media root uploaded to media url
I think you need to study again how MEDIA works and which variables are used
Jamil
I mean
Mirco
MEDIA_URL is not a folder
Jamil
media root is a folder
Jamil
media url is a url
Jamil
yeah, and these are accessible through media url
Jamil
in the browse
Jamil
but my question
Mirco
yes
Jamil
is
Jamil
is anything
Jamil
else
Mirco
write into one message
Jamil
accessible
Mirco
what u mean with anything else ?
Jamil
is anything else accessibe in the media url? or just the media root files
Arbaz
Please someone suggest me from where I learn django
Mirco
you can access media via media url, stop
Doragonsureiyā
Please someone suggest me from where I learn django
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Arbaz
Any other place like tutorials
Mirco
Any other place like tutorials
official docs tutorials
Arbaz
Please someone suggest me how I make timetable app
Anonymous
Hi, should I put my images in static files, even though I want to control them(add and delete) them from the admin section
Anonymous
Deepak
how to set dbug value false
Deepak
in environment varible dbug value should be false or true
Deepak
?
Mirco
Dev mode to True Production to False
Ruby
Hey i want to know about login and reg. In django
Mirco
Hey i want to know about login and reg. In django
Start reading Django tutorial on official docs
Ruby
Ya which i did
Ruby
But i want to know something else
Mirco
Ask a better question then
Ruby
I have downloaded a template from internet then there is already login and reg page i want to know how to save reg data in to database using template form not using django form
Ruby
Is it necessary to make form in django?