Shreehari
Hey guys
how to authenticate apis with jwt in DRF static page, instead of postman.
Prathamesh
Hii guys, I need some help regarding django and swagger UI
Prathamesh
I have one yml file from which I create various APIs for google sheet by just providing sheetname, and column name...now I want to make a swagger UI for that but the issue is the apis are listed on the UI but no form as such where I can put parametrs and hit the API can anybody help?
Farzin
Hi, I'm trying to use mail_admins on my local system, I set settings.py config for mail_admins with the help of django docs but it doesn't work, I'll also tried some of stackoverflow's solutions but no success, mail_admins() doesn't send any mail. I'm also using mailtrap .
Eguakhide
Hey Guys, Goodday
Eguakhide
Please i need a way i can control ip restriction and permissions to specific apps in my Django Projects
Eguakhide
Thanks in advance
dominic
I am trying to upload image in django but it is not uploading. If I use admin panel then it works fine but if I do it with form then the image is not uploading. Anyone please help
Mirco
dominic
Ok
Mirco
Doragonsureiyā
Ok
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
dominic
ok
Prathamesh
dominic
views: https://del.dog/stalycucug
dominic
views: https://del.dog/stalycucug
forms: https://del.dog/timingacro
html page: https://del.dog/funamadere
Mirco
Doragonsureiyā
hello anyone?
Maybe anyone is here, yes, but they are not obliged to read everyone's message here neither to reply to everyone's message, if someone wants to reply to your message, they will do that, just don't try to draw attention to your message writing "anyone?" every 5 minutes, that will lead you to be warned for SPAM/Flood, just be patient or use Google/DuckDuckGo to research about your question instead of wasting time here waiting for people to do your work.
Have a nice day 😊
M
Tony
garrip91
How can I import an Excel document to Django (v. 3.1.4)? Is it possible to import the contents of all the sheets in such a document?
niketan
login page won't login. messages.error message show "This account is inactive." who to get pass this
Anonymous
Hello
Friends, what should I do to set a time (for example, the user has up to 5 minutes to fill out the form, otherwise he will leave the form)?
~
Mirco
~
garrip91
Mirco
Doragonsureiyā
For example?
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 first results
garrip91
Anonymous
Can anyone help, i want to create user with customer and user role in DRF.
Xpyk3rs
I need 3 search fields?how to do that?i didnt get anything from google
Isaac
Pls guys how can I add "post add" feature to my "categories details" of my blog project in django????
Cosmo
Any software testing fresher opening
Uday
so i have 3 class models
Dog
Cat
Other
i've added category in all those fields like
Category = [
('Cat', 'Cat'),
('Dog', 'Dog'),
('Other', 'Other')
]
in views im filtering out with the help of category like
def adoptionDog(request):
context = {
'dogs': Dog.objects.get(category="Dog")
}
return render(request, 'adoptions/adoptiondog.html', context)
and on template it is
{% for dogs in dogs %}
<div class="animalInfo">
<img alt="animalPic" src="https://-video-lead-1590597482.jpg" alt="">
<div class="animalDesc">
<h1>{{ dogs.name }}</h1>
<p>{{ dogs.description }}</p>
</div>
</div>
Uday
im getting MultipleObjectsReturned at /adoption-dog/
get() returned more than one Dog — it returned 2
Uday
ive added 2 dogs in the database
Anonymous
Hello
Friends, what should I do to set a time (for example, the user has up to 5 minutes to fill out the form, otherwise he will leave the form)?
Rayy
hey...Can somebody explain what exactly the filter method is doing in this code . this is a part of views.py file of a pizza delivery django project.
Sheshadri
Uday
Mirco
Anonymous
Want help with django rest framework
User 1 has commenter role, he can add new comment or edit existing .
User 2 has  moderator role, who can moderate comment and edit if necessary by the User 1
Only when the User 2 authorises the comments than it should get published.
How can i implement this
M
Ashik
Anonymous
not that it matters
Sheshadri
Anonymous
Sheshadri
check for field level permission, only moderator can edit/add that field other roles cannot.
Anonymous
Okay
Sheshadri
If you don't want to do that create another inline model called permissions with foreign key and boolean field , then check if its published in the inline model, then go ahead and display it else don't.
I m yr
Yes
Anonymous
Any one tell me how to see python program output in django 3
Sheshadri
Anonymous
Thanks😊
Mirco
Doragonsureiyā
Thanks😊
You're welcome! 😊
Null Boy
I deployed my django project on apache server
but when i want write file on server i get Error 13 Permission Denied error
and i tried everything from google 😢
how can i fix it ?
ken
hi. are there any repo of open-source django web applications to explore? had checked resources section, but only tutorials.
Prathamesh
Anonymous
https://developereconomics.net/?member_id=yTl4XofN&lang=en
Take the developers survey and stand a chance to win up to $1000 and lot more prizes
Prathamesh
Hii does anyone know how to include values from config/conf/ini file into MakeFile?
Khumoyun
Hello, project: Django 3.1
I got errno 104 randomly when sending simple get request
ConnectionResetError: [Errno 104] Connection reset by peer
I need solutions or any ideas?
.
Pls suggest any django project
.
And source code
.
Any YouTube video... With deploying to heroku
Alikhanov Jakhongir
does anyone use Ebay Deals API?
I have been using EBAY Search API but now i have an access to use DEALS API too, but i am receiving an Insufficient permissions to fulfill the request error msg,
can anyone help me with this problem ?
King Kite
mukul
Anonymous
Beekaaash
Stripe payment integrate in Django project. How to integrate any one help me?
Kaleb
Arezoo
Hi..i removed table from pgadmin postgres...after that when i migrate ..it can not cretae this table ...what can i to do