Vishu
Please any budy can help me
Umidjon
Hi
Umidjon
Where is used conda info--envs
Anonymous
I am facing www.127.0.0.1 issue with site can't be reached message
Anonymous
Help me
Anonymous
Subhajit
Anonymous
Run your project
I run my project. I execute command python manage.py runserver
Anonymous
Subhajit
Try with puthon3 manage.py runserver 8080
Subhajit
python3
Subhajit
Try running it custom port
Anonymous
Aneesh
Def get(self, request,*args,**kwargs)
Any one know why we use both *args and **kwargs both these in class based views
Anonymous
Subhajit
Try putting ALLOWED_HOSTS = ['127.0.0.1']
Subhajit
Check with this else leave it blank
Subhajit
If not worked
Vishu
Guys i have a problem to upload photos in database using html forms in django . Anybody help me
Subhajit
Anonymous
Anonymous
Anonymous
How to fix this error:
"You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 127.0.0.1:8000/contact/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings."
Mirco
Anonymous
Ghorz
Anonymous
Anonymous
Ghorz
Add slash In the urls.py file
Ghorz
Use pastebin
Anonymous
Vignesh
How to Django 3.0 and mysql use task assigned any source code available
Anonymous
Mirco
How to add??
open your urls.py, find the url you are using for making POST and add slash
Anonymous
Valueerror during saving the form
Field I'd expected number but got a string
Anonymous
Please help me how to fix
eingengraou
Hello guys...
eingengraou
Any intermediate django user here?
Mirco
Doragonsureiyā
Any intermediate django user here?
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 56k+ people the probability that someone will help is pretty high.
Also please read: http://catb.org/~esr/faqs/smart-questions.html
Anonymous
Good Morning! someone already worked with ckeditor in django, when you uploaded an image inside rich text, it allows you to send an img if the user is for admin, but I wanted it to work with simple users too
Anonymous
Any recommendation for an Online Machine learning course in India? Looking for a course from highly experienced and professional trainer/institute.
Anonymous
If I want to write a totally native language website is it good idea to use translation or put strings in native language in the code?
Nitish
I am working with token auth and i successfully recieving a token but i dont know how to use or where to use that token to get info or to successfully login the user please help!
Muslim
Nitish
rtfm
if you don't know then don't reply this shit please
Nitish
i already read that but i am not getting how to use request.user
Muslim
AKASH
Which database is use for huge file like i was developed like Instagram site that store videos
AKASH
Which database is good
AKASH
How
AKASH
Which database is faster because i recently used mongo but the are slower
Павел
you can use this one
Amen
Dhruva
How to modify the default template of the Django rest auth
Dhruva
That is for confirming sign up
Elinaldo
Hello, everybody. More anyone have problem with cache of objects using the DRF ?
Jo
it will cahe DFR request then u made any changes it will not affetc because it will load from cache,
Jo
Elinaldo
Jo
while you are in developing just disable the caching and after developmet enable the same i think
Elinaldo
Anonymous
@pyflare which code I would share?? Views.py or contact form
Anonymous
Owolabi
Any remote web development job? Im available skilled in django fullstack and xampp stack
droid
Hello. Iam a beginner in django and i am stuck at a problem.
Iam getting few parameters via GET request. Then I need to get user input from a form. I need to save the data from the GET request and form data from the POST request.
How to do it.
droid
As iam getting a POST request iam losing the variables from GET request
George
Doragonsureiyā