Mirco
Can whitenoise be used to serve media files any how ?
No it's only for statics as I remember
Yash
Ok thanks .
Sencer
Hello, Is there a way to compare and display difference of relatively large suds objects including nested items?
Anonymous
Pop up window template like when we click plus button in django admin
వ్లాదమిర్ పుతిన్
can php be added to django templates within the HTML files?
వ్లాదమిర్ పుతిన్
Yep, it works! Why not😏
i just read somewhere , it works with apache but not recommended
Anonymous
i just read somewhere , it works with apache but not recommended
Django server cant run php scripts, as you said php scripts work on HTTP servers, though you can configure your django on production to run on HTTP server, but this would be the worst programming skill ever, the point is it just can be done somehow, but it NEVER should be done
HaClyLo
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
HaClyLo
django mail
HaClyLo
Start with coery shefer
after this next step
Naedeezy
Can anyone help how to create a registration page using django in my project ( Online Bakery System)
Check out Telusko on YouTube. I think the latter part of his 3 hour django course
Anonymous
i just read somewhere , it works with apache but not recommended
Yes. Everything you can do with php can do with django
Pratik
Hii i am beginner in django.I have basic knowledge of python and want to grt into web development with django.Can i build web page just with html css and django (without js)?
Anonymous
In nginx django.conf i rooted my media file to /home/ubuntu/awspro/media but not accessing by server
Anonymous
Anyone?
Anonymous
In nginx django.conf i rooted my media file to /home/ubuntu/awspro/media but not accessing by server
did u check the permissions, Nginx should have execute permissions for your Django project folder?
Tush
AttributeEroor at
Tush
tuple object has no attribute 'get'
Tush
how can i solve this
Tush
anyone's ans
Muflone
tuple object has no attribute 'get'
By not using get in a tuple 😉
Anonymous
Yes static files are accessible but not media file
*Css files access is there but images are in media folder
Muflone
how to remove get
Your question have no sense. You're doing something wrong
ɱσσɳ
how to remove get
get() only for list & dictionary
Tush
Your question have no sense. You're doing something wrong
yes bro. i am doing something wrong but i don't know what i am doing wrong that's why i am asking for help i am not a pro Level developer
Muflone
yes bro. i am doing something wrong but i don't know what i am doing wrong that's why i am asking for help i am not a pro Level developer
So you think I know what you're doing wrong? Read the error message, get the line in which the error is raised and find the source of the error
Anonymous
Yes static files are accessible but not media file
just give the permissions then it should work if the path is correct
Jai
show your code and/or use a debugger, we don't read minds here to guess what you're doing
If you guys be so rude with beginners, they'll hesitate to ask the next time.
cj
If you guys be so rude with beginners, they'll hesitate to ask the next time.
If that's rude for you, then you're not ready for this world 🤷🏻‍♂
Tush
i share code but it remove by admin
Doragonsureiyā
i share code but it remove by admin
Read the rules before any activity: @PythonRules
Sαi Ganesh
i share code but it remove by admin
Use del.dog, dpaste.org, hastebin.com, linkode.org, etc for sharing code.
Tush
Master him how to properly ask for help, then
i send code error so that u can see what i did wrong but it remove automatically in group
cj
i send code error so that u can see what i did wrong but it remove automatically in group
read the rules to learn how to share code... also you didn't shared the code, you shared traceback, which tells nothing at all without the actual code
Muflone
i send code error so that u can see what i did wrong but it remove automatically in group
You have to read the code you wrote, get the line with the error and check what you done wrongly.
Tush
yes sir u r ryt i shared trackball
according to trackback i mistake in a folder that name is shop
Anonymous
If you guys be so rude with beginners, they'll hesitate to ask the next time.
I am also beginner in django this grp members helped me a lot.So if you dont get an answer search in google finding solutions for the error may be a joyful thing to do for a developer
Anonymous
If you guys be so rude with beginners, they'll hesitate to ask the next time.
This is not being rude, it is just being very programmatic😉
Tush
What trouble?
i want to share my code
Tush
i want to share my code
but i nevar use del.dog etc
Sαi Ganesh
Dude just copy your code then paste the code in the website after you open del.dog then save and share the link.
Muflone
but i nevar use del.dog etc
I think you should find a Python group in your native language. It's very hard to understand what you're writing here and after 30 lines you still haven't shown a single line of code
Muflone
course i mistakenly share trackback.
Trackball, trackback... It's simply called traceback
Tush
Trackball, trackback... It's simply called traceback
my typing mistake sorry for that i will not repeat
Tush
https://dpaste.org/C92K#
Sαi Ganesh
what was the error mentioned
Pragesh
Hii
Pragesh
I need help
Pragesh
How to use jwt authentication in drf user login
_dvd
How to use jwt authentication in drf user login
https://django-rest-framework-simplejwt.readthedocs.io/en/latest/getting_started.html#requirements
Pragesh
Thanks @underscore_david
SNIR
is there a way to dynamiclly add field model to DB ?
Mehmet
is there a way to dynamiclly add field model to DB ?
It is against the way of RDBMS systems.
SNIR
i trying to build a form builder, that i can add fields and store data
SNIR
there is a better way ?
Mehmet
You may create a horizontal table which is connected main table with a foreign key and key values.
Mehmet
Or you can store in jsonfield