sky
Mirco
but you are totally offtopic
Mirco
it's not a Django question
Mirco
or you have bad formatted your question
sky
Use less?
Most important comment in the history of this pandemic.
Anyway
sky
I want to build a django app, for which i have to send data to html!
sky
and this data is generated with python fucntion
Mirco
sky
And i am not gettin my head around the views!
Mirco
it's the main starting point
sky
sky
Though i cant it get to send through views.py
Mirco
because you don't read rules
Mirco
!rules
Doragonsureiyā
Read the rules before any activity: @PythonRules
Mirco
here you find how to send code
Yash
Anonymous
I am facing problem with id and primary key. When I try open user details then "customer() missing 1 required positional argument: 'id' " error is occurd
Dhruva
I am trying to override the Django rest auth template verification for registration but getting HTML code
Dhruva
How to resolve
Carbon
i have fantastic django project i need small help in my project those candidate help me i will give 500 rupees or 5$
Carbon
interested people contact me
Shihasz
Anonymous
Just 5$ 🤔😅
Aman
My form.is_valid() true but it's terminate . please helpe guys
Anonymous
Hi, has anyone worked on Jsignature in django? I am having an issue in saving the digital signature in database. It might be because of my veiws.py file. Please help!
Anonymous
Hey I am using rest auth package, I specified verify email account as mandatory, if I try to signin from front end using axios I get error with status code 400, is there a way to get to know if the account exists with that email but has not been verified?
Hari
I have a primary key (id) in models i am saving data based on that id only but when i am saving that saving data id is creating newly but i want to save data to old id only
Anonymous
It's possible, to have multiple password validators and use each one at demand, for example, I want to have a user authentication, with no dependency or relation with Django authentication system, can I have both working in the same project!??
Anonymous
And when the user authenticate, can I decide which autenticator/validator to use!?
cj
Anonymous
Anonymous
Use... 😅
Anonymous
I am taking two GET method one is working others says multiValueDictKeyError .... Anyone help
sky
do we have to restart Vscode ,after installing python package from its terminal using pip command?
Anonymous
Anonymous
Provide more information
Acty I m beginner . Trying to add two numbers when fetching data via get method . First get method is working'text1' ..but in second get method it's multiValueDictKeyError' text2'
Anonymous
abhijith
abhijith
sky
no
It doesn't recognise when we import the package without restarting vscode
abhijith
u getting error??
sky
abhijith
u created a environment??
Felipe
Hey guys, i'll have to add a chat feature in a django project. Do you have used some lib or tools for it? Do you know if can twilio be useful?
Anonymous
garrip91
Tell me the best Django-online-shop, please
Tobi
Hi everyone, I need someone with many years of practicing django that has worked on complex app, I have an issue but not code related, more of "best way to write a piece on functionality", If someone can help, please inbox, It won't take more than 5 minutes
Felipe
You mean twak.io ??
I don't know, I've take a look at Twilio, but they haven't documentation for Django
Mirco
Mirco
For chat project you can use Django channels or the new async layer into Django 3.x
Felipe
Mirco
Anonymous
May I rename a model field from AbstractBaseUser!?? I mean, password...
Anonymous
Anonymous
Onur
Hello,
For a userdetailview how can I make 2 different views for a user(owner) itself and other users. For example owner has permission to see email however other users just see username etc. except email. In other words hiding the email to unauthenticated users.
Ghorz
Anonymous
Onur
user.is_authenticated
But if so then I need two seperate Views? Is there any way that I can do it in one view
Anonymous
Or compare if user logged is the same of user profile
ㅤㅤㅤ
Hi everyone
ㅤㅤㅤ
I need your support with deployment. My project is built on postgresql and I need to configure apache
ㅤㅤㅤ
Server's os is ubuntu
ㅤㅤㅤ
How can I give permission for reading and writing to database?
Anonymous
Mohamed
I have a doubt, i make a change to existing model and add a calculative column. How do I apply changes to already existing records. I know default will apply the same value. How can I achieve this
Anonymous
Anonymous
Anonymous
Anonymous
How do u click both page ?
Or explain more about your problem
Anonymous
Also share your code
Manish
When we should create django admin page??