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
Alex
Is it like automating account creation in a custom model or what is it ?
Sort of, basically when I create a tenant, I have to create a user for that tenant, but I would like to use the tenant records to populate a user table, the problem is the user table is generate after the migrate_schemas runs so how could it be possible? Do you know what I mean?
Tobi
Batman How do I known if it was empty before?
Anonymous
Batman How do I known if it was empty before?
django ORM with the primary key you can check
Tobi
django ORM with the primary key you can check
Ok thanks, I'm gonna make research on how to use the django ORM then
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
Gil
I can't solve this problem
TableOrderView not defined _> import it at begging file
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..
Harshit
Microsoft edge supports images, pdf ,videos. But chrome and brave browser doesnt support for pdf and videos..
C
Microsoft edge supports images, pdf ,videos. But chrome and brave browser doesnt support for pdf and videos..
Ya.. that's why earlier we used it's ancestors to download chrome and other brave browser's and now we are using it as a pdf reader.
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.
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...:)
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.
André
Thanks guys. I'll continue trying
Gil
Thanks guys. I'll continue trying
Here very well easy exaple https://docs.djangoproject.com/en/3.0/topics/class-based-views/intro/#using-class-based-views thanks to you
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
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
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
Did you set the LOGIN_URL in your settings?
Tobi Yes and also after pressing registration button data is not stored in database
Tobi
Pastebin of your view function code
Anonymous
@Tobi https://hastebin.com/ezulakolil.py
saran
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
Why can't you use django rest password package where you define your own content.. Only need to configure email brackend in settings.py. Rest it will take care.
saran
Used that but I want to override the content there only create issues
Only the basics things need to change. Like the subject. Message content. No need to change the configuration.
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.