Re: Help me for user connection message error

2021-07-15 Thread Gabriel Araya Garcia
How? with a message. It's very simple. It's is in authentication page that you had build. Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El jue, 15 jul 2021 a las 14:04, Kasper Laudrup () escribió: > On 15/07/2021 19.14, Théodore KOSSI wrote: > > > > I want to know how to

Re: django_bootstrap_icons: change icon on click

2021-07-15 Thread Fab
Hi Arno, You will have to change the buttons value (its text) with Javascript. In the change_bnt() function you can change the button's value with: document.getElementById("CollapseBtn").value="something"; You could toggle the value depending on what the value already is: if (value == 'a')

Re: Hiii Every one

2021-07-15 Thread Sebastian Jung
Hello, In germany we have a provider where you get a root server for 7€ with 2 cores. Name is netcup. Linux is allready preinstalled... This server are fast and much cheaper than amazon server Regards Mahendra schrieb am Do., 15. Juli 2021, 18:38: > Which is the best hosting platform for

Re: Help me for user connection message error

2021-07-15 Thread Kasper Laudrup
On 15/07/2021 19.14, Théodore KOSSI wrote: > > I want to know how to transmit an error message when user try to connect  That's very simple. Just make sure there's nothing the user can connect to, then the user will get an error message. You don't even have to transmit anything. If that's not

Re: Hiii Every one

2021-07-15 Thread Kasper Laudrup
On 15/07/2021 18.37, Mahendra wrote: > Which is the best hosting platform for Python and Django? > What is "best" is highly subjective and really, really depends on what you're trying to achieve. Try to describe your requirements a bit more in detail and you'll have a much better chance of

Re: Hiii Every one

2021-07-15 Thread Ankit Vaghani
I recommend hosting platform AWS, DigitalOcean and Azure On Thu, Jul 15, 2021 at 10:18 PM Desh Deepak wrote: > Azure, Aws > > On Thu, 15 Jul 2021, 10:08 pm Mahendra, wrote: > >> Which is the best hosting platform for Python and Django? >> >> Mahendra Yadav >> >> -- >> You received this message

Re: Hiii Every one

2021-07-15 Thread Mahendra
Thanks bro Mahendra Yadav On Thu, 15 Jul 2021, 22:19 Desh Deepak, wrote: > Azure, Aws > > On Thu, 15 Jul 2021, 10:08 pm Mahendra, wrote: > >> Which is the best hosting platform for Python and Django? >> >> Mahendra Yadav >> >> -- >> You received this message because you are subscribed to the

Help me for user connection message error

2021-07-15 Thread Théodore KOSSI
I want to know how to transmit an error message when user try to connect theodoros17@python-developer -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Hiii Every one

2021-07-15 Thread Desh Deepak
Azure, Aws On Thu, 15 Jul 2021, 10:08 pm Mahendra, wrote: > Which is the best hosting platform for Python and Django? > > Mahendra Yadav > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving

Hiii Every one

2021-07-15 Thread Mahendra
Which is the best hosting platform for Python and Django? Mahendra Yadav -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Looking for help to add quantity field in my food ordering project

2021-07-15 Thread Shashank Tiwari
Hello community! I hope you all are in best health. I've been working on developing a food ordering site in Django, pretty much of the work is done, but I can't figure out how to let a user select multiple quantity of a same item in a single order. The code is available on GitHub

django_bootstrap_icons: change icon on click

2021-07-15 Thread Arno Schuurs
Hello, After our intern left, I took over his code. I am wondering if it is possible to change the button icon after clicking it. Example: expand, use a 'chevron-down' collapse , use a 'chevron-up' The code that I have: {% load django_bootstrap_icons %} ... {% bs_icon 'chevron-down' %}

Re: Error when loading data to database to postgresql

2021-07-15 Thread Kasper Laudrup
On 7/15/21 11:05 AM, Wale Olajumoke wrote: Please how do I fix this error that comes up when loading data. See the error message below. Reading something like this is a good start: https://www.propublica.org/nerds/how-to-ask-programming-questions Kind regards, Kasper Laudrup -- You

Error when loading data to database to postgresql

2021-07-15 Thread Wale Olajumoke
Please how do I fix this error that comes up when loading data. See the error message below. Thanks Traceback (most recent call last): File "/app/.heroku/python/lib/python3.9/site-packages/django/contrib/contenttypes/models.py", line 19, in get_by_natural_key ct =