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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo