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
Subhajit
Where is used conda info--envs
To know all the environment in your system we use this
Anonymous
Run your project
I run my project. I execute command python manage.py runserver
Subhajit
Try with puthon3 manage.py runserver 8080
Subhajit
python3
Subhajit
Try running it custom port
Anonymous
Anonymous
Try running it custom port
But why www. Is automatically comed?
Subhajit
But why www. Is automatically comed?
Check the allowed hosts in settings.py if it's blank or not
Aneesh
Def get(self, request,*args,**kwargs) Any one know why we use both *args and **kwargs both these in class based views
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
Anonymous
If not worked
I tired both steps...still not working
Subhajit
Anonymous
Changed the port to 8080
Bro It's working fine. I changed my Web browser chrome to Opera
Subhajit
Bro It's working fine. I changed my Web browser chrome to Opera
Try clearing the cache in chome it should work in chrome as well 🙂
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."
Anonymous
127.0.0.1:8000
Working fine
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
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?
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
Mirco
Please help me how to fix
Share code with pastebin or similar
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!
Nitish
rtfm
if you don't know then don't reply this shit please
Muslim
if you don't know then don't reply this shit please
I know u didn’t read docs properly, drf auth token has enough usage info, so rtfm
Nitish
i already read that but i am not getting how to use request.user
AKASH
Which database is use for huge file like i was developed like Instagram site that store videos
AKASH
Which database is good
Muslim
Which database is good
There’s no right answer to ur question
AKASH
How
AKASH
Which database is faster because i recently used mongo but the are slower
Павел
Which database is faster because i recently used mongo but the are slower
https://docs.memsql.com/v6.8/guides/client-and-application/client-connectivity/how-to-connect-to-memsql/
Павел
you can use this one
Muslim
Which database is faster because i recently used mongo but the are slower
Databases use different storage and horizontal scaling models, u can’t say that one is better
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
while you are in developing just disable the caching and after developmet enable the same i think
Anonymous
@pyflare which code I would share?? Views.py or contact form
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
Doragonsureiyā