Anonymous
Guys I am facing problem with static files
Doragonsureiyā
Guys I am facing problem with static files
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 56k+ people the probability that someone will help is pretty high.
Also please read: http://catb.org/~esr/faqs/smart-questions.html
Anonymous
Tobi
Batman
How do I known if it was empty before?
Anonymous
Please how can I include coinbase payment in my django-saelor ecommerce website
Please help guys
Kushal
pastebin.com/WqMXPSdJ
Kushal
I can't solve this problem
Kushal
Solved sir
Kushal
Thank you
Harshit
Hello everyone,
I am using embed tag to display pdf, images, videos from /media/document/ folder, the problem is image is displaying properly but while displaying pdf and videos its showing 127.0.0.1 refused to connect.
Help me solving thos error..
Gil
Harshit
Microsoft edge supports images, pdf ,videos.
But chrome and brave browser doesnt support for pdf and videos..
George
George
Harshit
Actually i m working on a edutech project.
So i need to display pdfs images videos ppts excel sheets in a container in template from media folder.
And with embed , iframe , object tag not able to display stuffs from media folder. But ya if i m displaying from static folder all these tags are working nicely.
Ghorz
Bahadır
When I export the data, I want the names that write ids to be written
Bahadır
how can I do it
Tobi
Batman , can I have more details? I didn't find a solution with the ORM
Ankit Anand
Any one help me working on Zendesk auth
Anonymous
~~~~~~~~~~~~~~~~~~I have completed python till oops, after which i directly jumped into django:
1. i was wondering what tools/strategy is required to make a website where you can pin your pick-u and destination on maps and the data gets stored in backend? ____After a bit of google search I did find something called GeoDjango, GIS and leaflet maps, but i am completly blank about the stuff.....
2. Are there any good alternatives or that is the only way??
3. And to reach this level where i can do this stuff, how much django do i need to know??
Sorry:p for such a long post, i was going through django docs, currently at page 31 out of 2013(its been more than 6 days since i started), and i am really frustrated with the progress i am currently doing...
Reaching out to the Pros for guidance.
Thanks for Reading...:)
Gil
~~~~~~~~~~~~~~~~~~I have completed python till oops, after which i directly jumped into django:
1. i was wondering what tools/strategy is required to make a website where you can pin your pick-u and destination on maps and the data gets stored in backend? ____After a bit of google search I did find something called GeoDjango, GIS and leaflet maps, but i am completly blank about the stuff.....
2. Are there any good alternatives or that is the only way??
3. And to reach this level where i can do this stuff, how much django do i need to know??
Sorry:p for such a long post, i was going through django docs, currently at page 31 out of 2013(its been more than 6 days since i started), and i am really frustrated with the progress i am currently doing...
Reaching out to the Pros for guidance.
Thanks for Reading...:)
Django as backend, why not?
Django as frontend about gis, with hight user interactions, maybe not of all, i think you will need to rich the frontend with js but you can continue serving backend with django
Anonymous
André
Hi guys.
Can I create a Url and call more than one def from my views.py? Actually I have a template that execute a def from my views.py, ok. But now, a I need to solve a problem and used grid.js. But, to implement this solution I have use a class based views. So, now my url needs to call my def and the class based views from my views.py. I dont know how to do this neither my reasoning is correct.
Cesar
Gil
André
André
Thanks guys. I'll continue trying
Anonymous
Please how can I include coinbase payment in my django-saelor ecommerce website
Please help guys
Benji
Exactly what do you mean with Coinbase payment, Mbuh?
Benji
Share some part of the code you have problem with, Salah
Nana
how to retrieve the id of the last element saved in the database
cj
Kushal
pastebin.com/Vxg91kV9
Kushal
Can one can help.me in swagger?
Tobi
Did someone know how I can create predefined groups with specific permissions, so whenever I run the app, I have custom group in the admin panel where I can add users
Gil
Anonymous
Any forntend developer here
Anonymous
I need your help
Anonymous
Hey guys.. Am working on a new application.
I just started with Django. I was working with Web2py framework. Looking to modify the application.
My application updates MySQL data table. There is a lot of delay with the current application and I want to do it the ryt way.
Video link: https://www.loom.com/share/04681f32256c48a88de0b5fa553b7108
Anonymous
Any suggestion to start my work?
Dhruva
I am using the django rest auth framework for sending mails but in the mail I am getting HTML tags insted of content
How to resolve that
Dhruva
In the Password Reset
Anonymous
Hello guys I am facing error with page redirecting. After registration page should be goto home page..but registration page again come
Anonymous
Tobi
Tobi
Pastebin of your view function code
Anonymous
Anonymous
@Tobi https://hastebin.com/ezulakolil.py
Dhruva
Dhruva
I haven't changed the configuration
saran
What's the issue.
Dhruva
Getting HTML tags
saran
Getting HTML tags
Is your html pages coming under the directory named password_reset
Dhruva
Ya
saran
What exactly you changed there.? Base.html is there na?
Dhruva
Yes
saran
Check for any missing tag then
b
hey, I'm having an error in Django project
MultiValueDictKeyError
b
help me out
saran
How to using request.POST
b
site won't open
saran
Use a default, when value is not provided
saran
Like request.POST.get('name',None)
Joseph
hello guys
Joseph
this is my first experience in here
Илхом
Joseph
I am learning django now
Joseph
can I get help from here? or can I get some project in here?
Govind
b
thanks, it worked.