Rohan
I know python. now I am in front of a web project so I have to add 10 days after an order from a customer
Yes, you lack basic googling skills. Sorry if that’s rude but it’s blunt truth.
Gkm
Read about timedelta
I just found the solutions
Gkm
Yes, you lack basic googling skills. Sorry if that’s rude but it’s blunt truth.
it's a help group! we know each other thank you check our words respect them is important
Gkm
Good.
🙏 thank's
No Name 😎🙍‍♂
mywebsite.com/course-1.mp4 If I share any video of the course in my website (link of video), anyone should not be able to see video except active users, how can I do it? nginx, django
No Name 😎🙍‍♂
Permissions inside views
I can't control media files with django, When I open link of video, only nginx reverses me
No Name 😎🙍‍♂
You can, you can
do u have any source or examples or topics ....
Sumit
Use virtualenv
this solves my problem. Thanks
Mirco
do u have any source or examples or topics ....
Not now, but 100% sure Google will give you help
հօรรεiռ
hi i have a problem with django-categories app when i open the change_list the apps sidebar not showing in admin panel what should i do to fix this? i use this app https://github.com/callowayproject/django-categories
Sumit
hi, Anyone have used drf-chunked-upload , I am facing this error
Sumit
IntegrityError at /admin/drf_chunked_upload/chunkedupload/add/ NOT NULL constraint failed: drf_chunked_upload_chunkedupload.user_id
Sumit
you cannot upload a file without realting it to a user
Can you please explain, how can I relate it?
Mirco
Can you please explain, how can I relate it?
I don't know, never used it I've just explained u the error in a human way
Sumit
I don't know, never used it I've just explained u the error in a human way
Oh, but i am uploading it through admin page , still it is giving error
Pavana
Hi guys, I want any one help with this above sample app in django: Create a basic Django project as follows: - one single "hello_world" app - app model based on the following database tables: --> table_1, with fields: ----> table_1_id (int) ----> field_1 (text) ----> table_2_id (int) (one to many foreign key with table_2) --> table_2, with fields: ----> table_2_id (int) ----> field_2 (text) - single view with url "hello-world" -- pull single entry from table_1 with related entries from table_2, pass to "hello_world.html" template -- hello_world.html template to render simple text with field_1 as a header and all field_2's as a unordered list - unit test for the single view -- unit test needs to use the low level django db connection and a raw sql query Can any help me with the highlighted part in the above Please
Anonymous
I want only first 4 record show in my template how can i do it
Hossein
how can i call mysql stored procedure in django orm?
Mirco
I want only first 4 record show in my template how can i do it
order by DESC and limit by 4 YourModel.objects.order_by('-id')[:4]
Naol
there are much more options on the documentation api reference
Doragonsureiyā
Thanks you
You're welcome! 😊
Cacio Lucas
Guys, what is the best way to implement 2 integer fields, unique_toegether, the first one should be the year from another field and the second one, an incremental field based on year field
Meraj
He try to say how can i handle “cors headers ” error while using API
Anonymous
does anyone have any project ideas I need to create it.
Cacio Lucas
I managed to make it work using the pre_save signal
Cacio Lucas
And overwriting the create method in DRF serializer
Suganesh
Hi, Anyone can please help me to solve this issue. https://stackoverflow.com/questions/65993930/how-to-create-new-table-and-insert-data-in-to-table-using-python-based-on-json
R
Hi
Vxvek
I hosted django website using apache2 server but I'm not able to access database it's says permission denied!! Can any one help me with that
Vxvek
Can you please share it
Vxvek
I hosted django website using apache2 server but I'm not able to access database it's says permission denied!! Can any one help me with that
I overcame this problem next problem I'm facing is django admin layout crack means no css to django admin..i used collectstatic but it's saying do you want to overwrite existing files
H
How we can do for django's amp?
Shubham
I need some guidance on how to make low latency with DRF. Any leads/resource would be appreciated
Sanyam
Hello, I need to ask what changes we have to do when we update Django from 2.2 to 3.2 ?
MS
I have learnt Django, and now looking forward to start API integration.
MS
Where to start from, any suggestions will be a great help.
O'ktamjon
and then create API for CRM system
MS
Yeah thank you for your suggestion.
O'ktamjon
you're welcome
MS
Means a lot @cellibate
O'ktamjon
🤗🤗🤗
Isaac
Where to start from, any suggestions will be a great help.
Search for 'JustDjango' on YouTube. You'd get tutorials on DRF and also how to integrate it with React Js
MS
Thank you
Isaac
Thank you
🤙🏾
Anonymous
Hi everybody ،how much python knowledge i need to start Django ،i know the fundamentals of python learned from python for everybody coursera
Daniil
Some sort of SQL
mario
you’ll google/learn your way through.
Anonymous
I need help in my django project. anyone willing to help?
Anonymous
I want to creat a login page in my project but facing some errors, unfortunately 💔 please help anyone
Anonymous
yes, I have already created a front page which has buttons and that connects to html page.
david john
Hi everybody ،how much python knowledge i need to start Django ،i know the fundamentals of python learned from python for everybody coursera
I don't know much about python but I'm using Django now (since last week) . But I came from php web frameworks like Laravel and codeigniter. I think you must know the basics of python. If you came from another programming language that would be an advantage.
Mohd
i need a support to resolve following issue.. login page need to authenticate with username or email in django. user model created from inherited abstractuser. please guide me.. thnx in advance..
Anonymous
Thanks all
Sopan
Hi everybody ،how much python knowledge i need to start Django ،i know the fundamentals of python learned from python for everybody coursera
That's good enough to start - but you learn basic stuff of Database Queries/ORM, CSS & HTML and offcourse Javascript if you want to create awesome web applications. Beter you start doing projects .. that will help you learn more quickly
Anonymous
Anyone got some good Django project ideas
Anonymous
Is anyone here know about django for everybody course Dr chuck? Is it good enough?
Naol
if it teaches you the basics it is enough you can refer the documentation for other things, at least you know where to look.
Naol
the documentation is great. if you know how to use it.