ֆ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
Дауран
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
isa
Hello, guys, I want to connect MySQL to my project I trying it but it's not getting attached
I have experienced with PosGresql and it is easy to connect with changing settings.py Because ORM will solve all maters
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
Sms
you replied me ?
Anonymous
you replied me ?
Anyone Offcourse You tooo
isa
what do you mean by sms ?
Future
Hai how to send the message to mobile in django
that is not something related to django itself. use online apis to send sms messages.
Anonymous
what do you mean by sms ?
I mean text message to mobile
Anonymous
Django version 3.0.5 pip install... ?
Astrapel
ɱσσɳ
Django version 3.0.5 pip install... ?
pip install Django==3.0.5
Anonymous
Anonymous
It will install updated
Anonymous
Suggest me please
Future
Suggest me please
you've already got answers to your question, now you need to observe those answers.
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
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
python manage.py runserver error occur: the cant file or directory
enter your project directory first, then try the command again
Anonymous
enter your project directory first, then try the command again
the system path cant specified error occur
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
Can you install Django properly?
Anonymous
"Python manage. Py runserver " use this command
Anonymous
How are you serving the files?
I am using bootstrap and creating some changes
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..?
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é
I am using bootstrap and creating some changes
Bootstrap as in the CSS framework?
sammy
Anyone help me...
sammy
What challenges we faced in Django Application..
sammy
What challenges we faced in Django Application..
Hopes i will get the answer of this question..!
isa
I didn't get you?
I only mean that postgresql or MySQL easily connected with settings.Py amendment
Tarun
I only mean that postgresql or MySQL easily connected with settings.Py amendment
Can you share the code how to connect MySQL with setting.Py
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. 😔
محمد دلشاد
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