ᴹᵃᵏˢᵃᵗ
Hi all. Which Django version is need to be used 2 or 3 for working with 3.7 sqlite ? When migrating it's getting an error: (SQLite 3.8.3 or later is required (found 3.7.17)) Should I downgrade Django to 2.x or upgrade sqlite to 3.8.3 ? That's my question.
Anonymous
How to create users using a custom input field or without using forms.py file??
Shihasz
How to create users using a custom input field or without using forms.py file??
Is that 'custom input field' created in forms??
Anonymous
No
Shihasz
Then how will u create that input field?
Aditya
you cannot
Ok thanks
Anonymous
Hey
Anonymous
hello everyone, who has this book?
Anonymous
Django - The Easy Way (3rd Edition): A step-by-step guide on building Django websites
Anonymous
Google.
it's expensive
Bjorn
it's expensive
You gotta pay the price if u really want it.
Ninja
How can i combine opencv with djnago?
محمد دلشاد
How to create users using a custom input field or without using forms.py file??
you have to use request object to fetch the details filled by user and store in some variables try User.ibjects.createuser(args)
Lelouch
Can someone give a ajax code For chat Msg page not refreshing
Doragonsureiyā
Can someone give a ajax code For chat Msg page not refreshing
Looks like you need a offtopic group, please continue this conversation at @pythonofftopic
Lelouch
Using in django dude
Doragonsureiyā
Using in django dude
Adding the word Django to your Off-Topic question doesn't magically turn it to a Django related question, so move to @PythonOfftopic group and ask there.
Anonymous
How do I create slugs for different models
Ninja
How can i combine opencv with djnago?
Doragonsureiyā
How can i combine opencv with djnago?
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Isaías
Hi! How costume model group django?
Anonymous
ᴹᵃᵏˢᵃᵗ
Isaías
Edit
Isaías
Add new column
Isaías
Sorry.
Isaías
Anonymous
are you guys using uvicorn or daphne to use asgi?
Anonymous
daphne looks like uvicorn but is built from django creators, i think
Anonymous
https://github.com/django/daphne
Doragonsureiyā
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites: - https://del.dog - https://dpaste.org - https://linkode.org - https://hastebin.com - https://bin.kv2.dev
ᴹᵃᵏˢᵃᵗ
https://dpaste.org/MXCY I'm getting this error when creating migrations with command: manage.py makemigrations. Is it because of venv is deactivated or what?
Mohammed
I want to costume the user model of django, and make the email as identifier instead of the username. I can't find any good tutorial about that. Can anybody help?
myii
I want to costume the user model of django, and make the email as identifier instead of the username. I can't find any good tutorial about that. Can anybody help?
https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#using-a-custom-user-model-when-starting-a-project
Angel
Hello everybody. That django channel it is official?
Angel
Administrators I can share opensource here I mean github a and share with community?
Angel
Related django of course
Angel
cj may be I know you haha . Grettings
Angel
Ok.
cj
cj may be I know you haha . Grettings
I don't, but welcome here :)
Angel
You are from django espana?
cj
You are from django espana?
I'm in many many python groups
Angel
Aa.. you see that I say
Angel
Ok
Anonymous
How I can record in github and share
Anonymous
How I can install python on my laptop
Angel
How I can install python on my laptop
Ubuntu with internet open terminal and run: sudo apt-get update && sudo apt-get install python3
Angel
Windows you can go to official page and download executable
Angel
And run it
Anonymous
The os which I use it is windows 10
Angel
Ok.. go to python official page. Python.org
Angel
Pick python 3.8.2
Angel
And select the download according your system platform
Angel
x86 or x64
Anonymous
Oky thanks
محمد دلشاد
help me
Елес
help me
MD? really?
محمد دلشاد
i have checked all the posibilities but i cant find whats the issue with the code
محمد دلشاد
and worst part its not showing any kind of error
محمد دلشاد
can i share a small part of code here?
محمد دلشاد
or guide me somewhere
Елес
can i share a small part of code here?
did you try stackoverflow?
cj
or guide me somewhere
you wrote 5 messages, yet didn't say anything relevant to get help 🤷🏻‍♂🤷🏻‍♂
محمد دلشاد
i am not sure what to ask on the platform
Елес
Ask for a miracle
then post it to the god
محمد دلشاد
you wrote 5 messages, yet didn't say anything relevant to get help 🤷🏻‍♂🤷🏻‍♂
okk then i am submitting a form with 3 fields saving it with 4 via fooreign key reln
محمد دلشاد
like this
محمد دلشاد
and the form is nothing but with title,description and date field
محمد دلشاد
anyone???
محمد دلشاد
code : https://dpaste.org/3t6B
Xavier
code : https://dpaste.org/3t6B
in if form.is_valid() add an else and print(form.errors) to get what's going wrong