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
sky
And i am not gettin my head around the views!
Mirco
it's the main starting point
Mirco
And i am not gettin my head around the views!
you need to spend much more time by studying and play with them
sky
it's the main starting point
Well this is not model data!
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
Not with htmls, i need frontend through backend api
What do you want to do? I can help a little bit
Mirco
Not with htmls, i need frontend through backend api
If you know how to use React and fetch APIs, you know how to use DRF and React
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
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!?
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
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'
sky
no
It doesn't recognise when we import the package without restarting vscode
abhijith
u getting error??
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?
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
I don't know, I've take a look at Twilio, but they haven't documentation for Django
They have good documentation but why you think it's used for chat apps ?
Mirco
For chat project you can use Django channels or the new async layer into Django 3.x
Felipe
They have good documentation but why you think it's used for chat apps ?
In the company another dev already used Twilio to do a chat using nodejs. So we think in use the same
Mirco
In the company another dev already used Twilio to do a chat using nodejs. So we think in use the same
I think https://www.twilio.com/blog/2018/03/python-django-twilio-programmable-chat-application.html is for u
Doragonsureiyā
Wow, thanks
You're welcome! 😊
Anonymous
May I rename a model field from AbstractBaseUser!?? I mean, password...
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.
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?
cj
How can I give permission for reading and writing to database?
that's not related to Django 🤷🏻‍♂️ but there are a lot of tutorials on Internet that you can read to learn how to deploy things on a server
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
Mohamed
In your model add one parameter default=your value
Will that change for old records too? If that changes old record, won't it always change everytime we run for all the record?
Anonymous
Once it changes for the old records you can delete the default=...
It will not affect if u delete it after migration
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??