Вадим
Failed to load resource: net::ERR_INVALID_RESPONSE
Вадим
That errors
Вадим
When i connect via https to my site
Felipe
I'm using weasyprint to create pdf files from html templates. It's working fine. I'm creating the pdf and sending attached to email. But now I'll have to save the pdf file generated automatically. Someone has experience with that? I don't know how to do it.
Germinate
hi i have an urgent question regarding generating hidden fields. i have a page with 3 forms. the first form generates its hidden field, but the second form doesn't. i have included the csrf token and the reference to the form for both forms. django version: 2.2.5
Firdaus
im guessing u set the slug field as unique... and some how your slugify function (or whatever mechanism you're using) did not take that into account and created exact same slugs
@imrohit
How can I integrate paytm payment gateway in my django e-commerce website?
Carlos🇻🇪
https://hacks.mozilla.org/2019/04/pyodide-bringing-the-scientific-python-stack-to-the-browser/ appare interessante codesto progetto
Anonymous
Did you google your error?
Rohan
Hey can anyone tell me how to use siginals in Django and how they work....
Anonymous
Then we can't help you
Rohan
What do you mean signals?
I don't know too much about signals but I think that this is a process which happens when a object is save.
Abhi
Anybody know asterisk here?
Abhi
Or freeswich
Abhi
????
Artificial
Yes.
Anonymous
!meta
Doragonsureiyā
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 40k+ people the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Anonymous
Hey, how to set countdown timer through Django..?
Maksim
What? You shoukd use javascript
rede
do u know how to pop up modal? if yes, then u just add login form in modal body and some button to the modal footer to ur url login
Anonymous
Hey, how to set countdown timer through Django..?
Don't need Django for countdown
Jorge Luis
Does the 'action' attribute in forms is used in Django for something?
Baggy ️️
And how to create rooms using channels Has anyone done it
Lugano
Hw do you activate virtual environment? Am getting an error path not found
Anonymous
Hi Everyone, I'm looking for the job as Python Developer in Banglore. I have completed MCA 2019 passed out with no year gap and no active backlogs. I have also done 6 months internship experience as Python Intern. There I have done few projects also. I know basics of front end technologies like HTML, CSS, JavaScript. If you guys have any vacancy over here in Banglore then please let me know. Here I have attached my resume for your reference. Thanks You in Advance Sujeet
Lugano
Hw do you activate virtual environment? Am getting an error path not found
Thanks for your silence guys I was able to solve it.
Mirco
Does the 'action' attribute in forms is used in Django for something?
You can put the url that calls the view that is rendering the template or just pass "."
Siddu
Please anyone help me how to implement elasticsearch in django with postgresql database
Денис
Please anyone help me how to implement elasticsearch in django with postgresql database
Go to this group files (I can't repost it here). Find Django Blueprints.pdf Go to page 159 "Exploring ElasticSearch". And enjoy.
Firdaus
Hw do you activate virtual environment? Am getting an error path not found
1. How are you doing it now? 2. What is the error message? (If long text... Use pastebin) 3. How did you setup the virtual environment at the first place?
ioriYagami
hi i have a question
ioriYagami
https://stackoverflow.com/questions/58024269/how-to-open-a-postgres-database-created-with-docker-in-a-database-client
ioriYagami
regards
Ярик
hey guys does somebody knows how to change apps order in django admin??
Maksim
register your models in your order
Ярик
register your models in your order
doesn't work like this
r0b0t
Do I need docker compose when containerizing my django app?
Akash
Has anyone used https://github.com/Yupeek/django-rest-models I have everything setup as per the docs but when I call the api using above library it gives error list type object does not have Attribute get.
Ansab
Anybody here to help me to configure nginx
Anonymous
Who can make me a website with money
Doragonsureiyā
Who can make me a website with money
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 40k+ people the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Jorge Luis
hey guys does somebody knows how to change apps order in django admin??
Try changing the order in the INSTALLED_APPS in settings.py
Germinate
how to deploy django2.2 app to docker? need it to be able to run on a company wide server. not sure where to begin
Germinate
what do you recommend?
Anonymous
don't use docker on prod
What's wrong with docker on prod?
Mirco
What's wrong with docker on prod?
it's not recommended, better to use something like podman for example
Germinate
am new deploying on a company wide level. need some advice on which is best and how to approach
Anonymous
am new deploying on a company wide level. need some advice on which is best and how to approach
Get podman, pull django, deploy on server, test. If it doesn't work, google your way out. If StackOverflow/Google can't help, come here.
Germinate
alright i will try it thanks!
Lugano
[winerror 193] %1 is not a valid win32 application
Lugano
am getting this kind of an error when i run pipenv install Django==2.2.5 in cmd
Lugano
anyone who can help?
Андрей
anyone who can help?
Can you install any other django version or package? If not, check pipenv in PATH variable
Anonymous
Im newbie of django, who can help finding courses to learn
Anonymous
I learned models in django
Андрей
anyone who can help?
And try pipenv --version
Андрей
Im newbie of django, who can help finding courses to learn
That was very helpfull https://www.youtube.com/channel/UCRM1gWNTDx0SHIqUJygD-kQ
Lugano
And try pipenv --version
Pipenv, version 2018.11.26
Андрей
pipenv install requests
Lugano
it brought the same error