ֆ33ʏ377
I want to send email after responding "email will be sent" in djangorestframework
Anonymous
Can anyone help with memory profiling?
tfhx8
есть скрипт который уже настроен на wsgi, как к нему подключить джангу и к примеру чтобы она обрабатывалась только в подкаталоге?
Fabian
Hello guys, i need help in something, how do i allow a field of a DRF model serializer to not be received in the request? (i dont mean to get it null or empty, i mean TO NOT get the field at all in the request)
Anonymous
Could guys help me out i want to disable JavaScript or other codes not to be submitted on my forms i mean how do i validate if the user inputs a code for XSS sake in django
Anonymous
Дауран
Are there any video tutorials on web about make comments through detailview , in short I want to make comments below each blog (posts,news)
Suraj Rajput
can anyone please help me for this error»»»»» django.db.utils.OperationalError: could not translate host name "test-site-db.cnpxm47wgfiu.ap-south-1.rds.amazonaws.com" to address: Unknown host
Osman Abi
hi everyone i'm busy at django rest framework jwt, and i want to logout the user, i researched about that. i found that if i wanna logout the user i must delete auth_token, and then for deleting jwt tokens i need cahce tokens via redis, how can i do that, or is there any way for loggin out tha i don't know. please help me)
Tarun
Hello, guys, I want to connect MySQL to my project I trying it but it's not getting attached
Suraj Rajput
isa
Pagination not working . Anyone help me ?
https://hastebin.com/ugadolotal.xml
isa
Nothing seen for pagination on html
isa
page_obj has none value.
Anonymous
Hai how to send the message to mobile in django
Anonymous
Sms
isa
isa
what do you mean by sms ?
Anonymous
Django version 3.0.5
pip install... ?
Astrapel
Anonymous
ɱσσɳ
Anonymous
Anonymous
It will install updated
Anonymous
Astrapel
Anonymous
Anonymous
Suggest me please
isa
Future
Suggest me please
you've already got answers to your question, now you need to observe those answers.
Anonymous
Anonymous
I will
Dharmil
Any one create guest user for ecommerce website..??
isa
I think this is fake
Anonymous
Hello friends,
Mys static file is not loaded I am using {% load static %} and using settings is properly set but static file is not working please help
André
Anonymous
Anonymous
Anonymous
Anonymous
python manage.py runserver
error occur: the cant file or directory
Anonymous
can you solve the problem anyone guys
R
Can anyone help me with Paytm payment gateway integration to my django project ? I can pay 500 rs for a 1hr zoom session .... My website is complete and already has stripe integrated .. now need to learn paytm gateway integration. Ping me if interested to help me please
Future
Anonymous
Anonymous
Future
copy the error, paste it to pastebin, share the link here. we will be able to see all details then
Ankit
Bhai anyone can please help me
My manage.py runserver cmd is not working without any error
Anonymous
Anonymous
Can you install Django properly?
Ankit
Anonymous
"Python manage. Py runserver " use this command
Anonymous
Using index.html
Raghvendra
Hello everyone..i m newbie in django..
Raghvendra
i have a question regarding model
Raghvendra
is it possible to create model without any field..?
isa
Raghvendra
actually i have a database and i want to use it..
Raghvendra
without creating migrations
Raghvendra
do i have to register each columns or table in particular model..?
André
sammy
Anyone help me...
sammy
What challenges we faced in Django Application..
Tarun
isa
I didn't get you?
I only mean that postgresql or MySQL easily connected with settings.Py amendment
Tarun
Tarun
Or like any link from which I get help
محمد دلشاد
Hey I had developed an E Commerce site when i was using Windows i also had created the requirements.txt but now i have moved to Linux and when i am try trying to install the package dependecy i am getting an error. Help me out in this. Wait a minute i am sharing error
isa
Sorry bro. Because I am not on my computer. 😔
Tarun
محمد دلشاد
Anonymous
i have a question..what could be reason for a url getting a NoReverseMatch when it works
i'm getting this error specifically
Reverse for 'leave' with arguments '('',)' not found. 1 pattern(s) tried: ['leave/(?P<leave_id>\\d+)/$']
this is the url
url(r'^leave/(?P<leave_id>\d+)/$', views.leave, name='leave'),
محمد دلشاد
محمد دلشاد
check*
Anonymous
when i type it directly i.e localhost/leave/1/ it finds the object