Baggy ️️
Guys whenever I try to open admin page, it redirects to homepage
Baggy ️️
What might be wrong?
Baggy ️️
??
Andrew
When I try to send an email from delopment server on the local computer, letters are sent. When I try to send an email from the server, nothing sends, and after 5-10 minutes i get Timeout Error([Errno 110] Connection timed out). Why?
Piyush
Do anyone has a perfect link or tutorial video for "How to configure Django with Angular"
Baggy ️️
Piyush
Then it is something wrong in urls.py
Baggy ️️
Can I pm you?
Baggy ️️
If you have time
m0nte cr1st0
Can you help me, pls?
https://stackoverflow.com/questions/59966732/errordetailstring-expected-a-list-of-items-but-got-type-returndict-code
Mirco
Jimmies San
Guys... C'mon use pastebin
S
Anyone made music player with django??
areeb
ValueError: seek or closed file
areeb
I have issue when trying to save a thumbnail in test cases
Alex
Doragonsureiyā
Anyone made music player with django??
Please don't ask meta questions like:
"Any user of $x here?"
"Anyone used technology $y?"
"Hello I need help on $z"
Just ask about your problem directly! With 52k+ people the probability that someone will help is pretty high.
Also please read: http://catb.org/~esr/faqs/smart-questions.html
Alex
Alex
areeb
Okay
Current
Can someone suggest Django Rest Api Tutorial
cj
Current
I mean video tutorial 😅😅 newbie
Current
thanks buddy
Alex
thanks buddy
DRF has really good docs and it will be much faster than any video
Current
hmm lets see
areeb
[Python] thumnail_save_error - Pastebin.com
https://pastebin.com/jPpNFcp2
Alex
because at the moment you call it, "main/fixtures/the-cathedral-the-bazaar.jpg" is already closed by the with open statment
PV
I have a doubt, foreign key refers to a model, but how it get/identify the required field in that model
Ghorz
areeb
[Python] File Not Found Error - Pastebin.com
https://pastebin.com/s1VM0uSm
areeb
Alex
areeb
No it didn't
areeb
Kind of throws another error which I shared
Alex
Alex
FileNotFoundError: [Errno 2] No such file or directory: 'main/fixtures/the-cathedral-the-bazaar.thumb.jpg'
areeb
I'm not
Alex
well, if it says that cannot find the file that means it cannot find the file
areeb
My bad bro kind of mind off sorry for raising an issue
Dhruva
How to generate dynamic urls
Anonymous
Dhruva
Be specific
I want to fetch title in url from the HTML template I have rendered
Anonymous
Emmm from template pass the tilte to the URL just like in URLs.py
path('<str:title>/,view.sth,name='namesth')
In ur template
<a href ="url 'namesth' {{title}} >
Finally pass the title to that template
Dhruva
No need of slug and all stuff
Dhruva
Ayy
Hi
I have a app built with only Django, django-templates and Postgres as DB.
What's the best way to implement a ForeignKey field in a form similar to how it's generated in admin (existing values in drop-down + a button to add new)
I also want to implement fuzzy search for the existing values
Cesar
The Summer
Hello guys,
Is anyone has an example of Django-background-tasks?
The Summer
I wanna make an app in which I want to create objects everyday
Current
what kind of object
Михаил
celery, apscheduler
Muslim
The Summer
The Summer
The Summer
Muslim
The Summer
H
Can any one suggest a good tutorial on django + angular8
Muslim
Where shoul i
U should just pass simple primitive objects to task, it serializes passed arguments and request is not serializable
The Summer
The Summer
Current
Current
i think their is error in your model
Current
check any class variable having typo of default in models of your app
Dhruva
Current
you have a variable in which you have to set default instead you did typo as "Defaul"
Current
can you send the pic or screen shot of your models
Macurrent
i Have seen it