Re: Need for help

2022-02-22 Thread loic ngounou
how to generate a text template with editable zones with django from the browser so that when you click on a word the cursor appears and you can edit it ? Le lun. 21 févr. 2022 à 21:27, Kasper Laudrup a écrit : > On 21/02/2022 16.35, loic ngounou wrote: > > how to create a text containing variab

Needs help

2022-02-22 Thread loic ngounou
Please how to turn a picture into a LEGO version? A project that does this will be welcome. -- 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 django-users+unsubsc

Re: Need for help

2022-02-22 Thread Kasper Laudrup
On 22/02/2022 10.25, loic ngounou wrote: how to generate a text template with editable zones with django from the browser so that when you click on a word the cursor appears and you can edit it ? Not sure what an editable zone is, but it sounds like you're simply describing a TextField: h

Re: Needs help

2022-02-22 Thread Antonis Christofides
Hello Loic, Please how to turn a picture into a LEGO version? A project that does this will be welcome. Not sure what you mean by that and what it has to do with Django. You aren't going to get any useful answers in this list unless you change the way you ask questions. You should really tak

Re: Needs help

2022-02-22 Thread loic ngounou
Please how to transform a simple image to LEGO image using django ? Le mar. 22 févr. 2022 à 10:53, Antonis Christofides < anto...@antonischristofides.com> a écrit : > Hello Loic, > > Please how to turn a picture into a LEGO version? > A project that does this will be welcome. > > Not sure what yo

Django Project

2022-02-22 Thread VISHAL DOHALE
i am VIshal , i have to make web application using django for my collage project can anyone give me some ideas/topics or some suggestions . how i can build this ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group a

Re: Django Project

2022-02-22 Thread Kasper Laudrup
On 22/02/2022 16.10, VISHAL DOHALE wrote: i am VIshal , i have to make web application using django for my collage project can anyone give me some ideas/topics or some suggestions . how i can build this ? https://docs.djangoproject.com/en/4.0/intro/tutorial01/ Kind regards, Kasper Laudrup

Re: Needs help

2022-02-22 Thread kuda ronnie
lol yea we should be patient with reading i agree wit u. On Tue, Feb 22, 2022 at 11:55 AM Antonis Christofides < anto...@antonischristofides.com> wrote: > Hello Loic, > > Please how to turn a picture into a LEGO version? > A project that does this will be welcome. > > Not sure what you mean

Re: Needs help

2022-02-22 Thread Heman Okumbo
Did you mean to turn(print) images to physical objects especially using 3D printers? On Tue, Feb 22, 2022, 12:55 Antonis Christofides < anto...@antonischristofides.com> wrote: > Hello Loic, > > Please how to turn a picture into a LEGO version? > A project that does this will be welcome. > > Not s

How to display models.full_clean() ValidationError in django admin?

2022-02-22 Thread ivory 954
Copy from: https://stackoverflow.com/questions/71231549/how-to-display-models-full-clean-validationerror-in-django-admin Question: https://docs.djangoproject.com/en/4.0/ref/models/instances/#validating-objects from django.core.exceptions import ValidationError try: article.full_clean

profile page and new user will not save

2022-02-22 Thread 'Delvin Alexander' via Django users
Hello Everyone, I am having trouble saving a new profile, and user when they are created. Upon creating a new user and profile, i get this: "TypeError: Profile.save() got an unexpected keyword argument 'force_insert'" Would anyone know why this is popping up for me Here is my work for th

Re: Need help in User log in, someone please help

2022-02-22 Thread Antonis Christofides
You have this statement:     user = User.objects.create_user(username=username, email=email, password = password) Just before this statement, you need to insert a statement that will enable you to examine the value of the "username" statement. Something like this:     print(username)     us

Re: Need help in User log in, someone please help

2022-02-22 Thread Jitendra kumar Patra
7008080545 DM . On Wed, 23 Feb 2022, 12:22 pm Antonis Christofides, < anto...@antonischristofides.com> wrote: > You have this statement: > user = User.objects.create_user(username=username, email=email, > password = password) > > Just before this statement, you need to insert a statement that

Re: Need help in User log in, someone please help

2022-02-22 Thread vijay chourey
Hi Raj, Error is showing due to the blank value in user name, please try to print username before registration if it's blank please check form fields. Once done you can directly login your account with "auth.login(request,user) On Wed, 23 Feb, 2022, 12:22 pm Antonis Christofides, < anto...@ant

how to filter by month from template

2022-02-22 Thread Gautam Ankul
HERE STACKOVER FLOW LINK OF QUESTIONS :https://stackoverflow.com/questions/71232795/how-to-filter-by-month-from-template - I'm attempting to channel a dateti