Mendes
Thanks for the support...
Muflone
ok.. under the META section there's the Settings section, where you can find all the current settings values.
check if the allowed_hosts is listed there with '*'
Mendes
ALLOWED_HOSTS
[]
Mendes
which isn't the same as the settings.py
Mendes
ALLOWED_HOSTS = ['*'] on settings.py, verified...
Mendes
what can it be?
Mendes
maybe wrong settings being loaded?
Mendes
Mendes
yeah, problem seems to be on startproject, it created another module which wasn't my main..
Muflone
Mendes
Working already, thanks for your time...
Muflone
Ok
John
How will I display my Exception error in alert tag? Im using CBV. . Thanks!. .
Jose Luis
i need to display custom information when ppl click into a table row, i want to query the db and show the information related with the clicked row.
Jose Luis
i need to use just AJAX? exist something in django that help me?
Aemie
Jose Luis
ok
Jose Luis
need to use JS to make the AJAX request?
Jose Luis
thanks
Rajat
Денис
Picture
As pictures may differ, the only way you can check this is to "scan" both QR codes programmatically and compare their data.
NaamMainKyaRakhaHai
Shaikha
Hello guys, I still can’t figure out how to do fcm django with React native to make a notification, help is appreciated 🙏
Rajat
cj
Why so @c0x6A
because that's not how to serve static files in production environments
Sultonbek Ikromov
guys does someone have a brief and clear explanation about django navbar dry method?
Sultonbek Ikromov
I googled but not found clearly explanation
Николай
Hi everything. I overrided template in Django admin (app_name/templates/admin/app_name/model_name/change_form.html). In production mode (debug=False) don’t render this template but local all works.
collectstatic don’t help
Николай
Unkownu
Can any one provide a simple web app using django code as a reference to understand and build a web application
Денис
Shikhar
Which model field should I use for storing user phone number
Ghorz
Ghorz
Sirius
Hi everybody! I'm trying to deploy my site on free hosting in pythonanywhere, but it gives errors. Is there anyone who wants to help me ? I have to deploy this site today. Help please !
cj
Sirius
cj
cj
I'll help you when it's Nov 27 here
cj
🙂
cj
Sirius
Sirius
Sirius
cj
Sirius
cj
did
in the URL bar, write https://google.com and press enter key, did?
Sirius
Sirius
Anonymous
What is the issue ?
Bayarkhuu
Hello have you got e commerce web code?
Bayarkhuu
Yanik
You just need to clone/download file and extract the zip
Yanik
Let me give you my direct repo link for this
Yanik
https://github.com/believemaster/django-ecom
Yanik
Open the link and click on clone or download
Whole project will be downloaded in zip file
Anonymous
cj
did you read the rules of this group?
Nitin
I'm sorry I just checked.
Ghorz
Hi everybody! I'm trying to deploy my site on free hosting in pythonanywhere, but it gives errors. Is there anyone who wants to help me ? I have to deploy this site today. Help please !
If you want to be a pro, you got to tackle the error yourself. Few years a go, I deployed my first app on pythonanywhere, I encountered serious of errors. I quietly read the error logs and fixed it. Keypoint, if you cant fix it, no one can.
Ensure to read tracebacks, follow instructions and debug until you get high fever, use search engine and stackoverflow, if by then you couldn't, we will help out.
Bunty chhatri wala..
python developer
Hi guys
How to install
Pip install pycrypto
When I am trying then show the visual studio error code 14+
So anybody solve it
Anonymous
Shikhar
Hey I'm making something where the user enter their details except password. But in auth_user there is a field called password. So is it necessary to make password in the template..
Shikhar
I'm creating a user I just want that user enter some info and that's it. I don't want the user to enter password
Shikhar
Jose Luis
if i have
detailed_member_information = Member.objects.prefetch_related(Prefetch('quota_set', quotas)).filter(id=member_id)
is possible to get a json with the member and quota_set ? or i need to do the serialization manually?
raven