Roger
Jajajajaja
The mint of Linux **
It's just showing links
The mint of Linux **
And if I add a image tag and src = link..
The mint of Linux **
It's also not working as per the tutorial !!
The mint of Linux **
Where I am making the mistake ??
محمد دلشاد
Where I am making the mistake ??
hastebimn the url code maybe i can see
The mint of Linux **
Ok
The mint of Linux **
hastebimn the url code maybe i can see
I got the error it was on urlpatterns
The mint of Linux **
But I am facing a different issue...in my atom it's unable to recognize Django.conf😭
The mint of Linux **
Does anyone use atom ?
Mirco
Does anyone use atom ?
Move to VSCode if you like editors
The mint of Linux **
Yaa but now I can't...so can tell where is the issue
Mirco
Yaa but now I can't...so can tell where is the issue
I don't know, I stopped using Atom lot of time ago
The mint of Linux **
Ok thanks
Shachita
Hi! Has anyone of you worked on python pptx? Converting mind map into ppt??
Manuel
anyone here
Manuel
I need help please
Manuel
how can I structure my project when I'm doing an API , do I need to create an extra app or make the API inside the views and the models ?
Manuel
so , I have to create an extra app named api_x
Manuel
or whatever
Manuel
for example , I got 3 apps inside my project , and I have to work with them on the API I have to create the api as an extra app , isn't that correct
Manuel
?
Doragonsureiyā
Read the rules before any activity: @PythonRules
Manuel
ok
Armstrong
https://pastebin.com/kU3ifeVD
Armstrong
https://pastebin.com/z2g2z6LX
Armstrong
please guys i'm having JSONDecodeError
Armstrong
https://pastebin.com/r4hECfxB
R.U.S.H.A.B.H
Best tutorial for reverse lazy forms and explanation ...
R.U.S.H.A.B.H
I'm using crispy forms till now
Kumar
Which is the best tutorial django queries
Kumar
Explanation
The mint of Linux **
The mint of Linux **
everything is ok but I am not able to display image in my HTML file which are added via admin its showing only the URL if I use image tag with source..then also
The mint of Linux **
What should I do
The mint of Linux **
Pip install rip
The mint of Linux **
Laste option..😔
The mint of Linux **
The mint of Linux **
R.U.S.H.A.B.H
Not showing
Added ??
The mint of Linux **
Add static media url in urls.py
Yes did... wait I'm shareing
The mint of Linux **
Yes
The mint of Linux **
Add static media url in urls.py
On project url or app url ?
R.U.S.H.A.B.H
Project url
The mint of Linux **
Yaa I have done that
The mint of Linux **
https://hatebin.com/annnsjenov
The mint of Linux **
Check it
R.U.S.H.A.B.H
Deepak
I build an application in which audiofiles are in database when i m fetching that file it works in all browser but not working on iphone throws an error
Deepak
Please help
Viswa
WARNINGS: ?: (urls.W005) URL namespace 'admin' isn't unique. You may not be able to reverse all URLs in this namespace No changes detected i am getting this kind of error while running django code
Viswa
can anyone help me
Viswa
what will be the error
cj
also the error message is pretty clear to know what is wrong
Viswa
show your urls.py file
what will be the error bro
Viswa
i already check the urls
cj
what will be the error bro
I'm not your bro also, as I said, the error message is pretty clear
The mint of Linux **
show your urls.py file
I'm getting same error internal server error
cj
I'm getting same error internal server error
that's not the "same" error
cj
i already check the urls
you're using 'admin' as namespace for one of your apps, and it's in conflict with the Django's admin app
cj
change your own app namespace 🤷🏻‍♂
Viswa
oh okay i will try
Viswa
and see
R.U.S.H.A.B.H
Image is not showing in pdf that rendered through xhtml2pdf
R.U.S.H.A.B.H
Any solution ?
R.U.S.H.A.B.H
Image is not showing in pdf that rendered through xhtml2pdf
Does anyone know easy way to render html > pdf in django ?
KP
Does anyone know easy way to render html > pdf in django ?
U should try Fileresponse class it well help
Cleo
I'm having some troubles with static files in django
Cleo
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') NameError: name 'os' is not defined
Cleo
do i need to import an os madule?