Alex
Thank you for your answer. Good means that the site has many options and pages and be fast
It all depends on your skills than the framework it self. With django it's much convenient, but you still have to use your brain.
Arash
👍
Alex
With django, it will help you design, learn and improve backend architecture
As I already said, you still have to use your brain and learn software architecture if you want to make something much complicated or adapt third-party packages for your self.
Anonymous
what is the difference beetwen django 1 and 3
Roman
Hi guys, how can I allow one more request.META tag, so it's not giving 403 ?
Alex
Hi guys, how can I allow one more request.META tag, so it's not giving 403 ?
I don't get what are you talking about. META is a dictionary of used http-headers.
Roman
Cool np
Anonymous
Anyone worked with Facebook API?
Anonymous
Or graph API
Anonymous
Two or more different apps. They all use one user database just like drive gmail docs etc uses same google account. How to achieve this
Anonymous
One more, I need to create png images dynamically, basically an id card with photo and details, any packages?
Anonymous
Oauth
Not social login system. The user database should be with us. Is that possible
Santhosh
Hi all, From admin page if I click back button on browser it doesn’t land on the homepage page, how to solve ? Any idea thanks
Sarjat
https://stackoverflow.com/questions/64516014/how-to-save-the-value-in-the-database-in-django Can anyone help with this
Mirco
https://stackoverflow.com/questions/64516014/how-to-save-the-value-in-the-database-in-django Can anyone help with this
It's better to take a Django tutorial if you wanna know the answer, you miss the basics
Alex
mate, this is like hello world in django. Read their tutorial
Alex
and yes, it is googleable and on the first line
Mirco
Django official docs -> Tutorials
Dheeraj
Hello everyone, why do I need to run the collect static command to while deploying my project in a production environment. Like if I add a few images or folders in my static folder, Locally it all works fine But while deploying it wasn't working I googled it I was told to run collect static But what does it actually do? Behind the scenes
Mirco
And this means that Django won't use any more the static app that it's built-in to serve statics locally when you develop
Mirco
So collectstatic will move all statics into one destination folder that you will serve via Nginx for example or Apache
Dheeraj
Yes
Thank you so much!
Doragonsureiyā
Thank you so much!
You're welcome! 😊
Alex
Do. Not. PM. Me
Alex
Aspecially with ur photos.
Laxmi
How to resolve the problem . No migrations to apply
Dheeraj
I am almost done with learning python, should i need to learn HTML and CSS before starting with Django ???
Hello Shashank! That's great that you have almost learnt Python. Django is a web development (backend) framework. & HTML, CSS & JS literally for the base of Web Development. I would atleast say, learn HTML & CSS. JS you can learn bit by bit on the way. But its ideal to learn, atleast the basics of all of them. Brad Traversy has great videos on them. Happy learning 😊
Dheeraj
Two or more different apps. They all use one user database just like drive gmail docs etc uses same google account. How to achieve this
You can probably divide your system into many small apps. And you can make one of the apps as Accounts. With that you can have the same 1 account for your other services.
Roman
Hey, is there any way when using django forms, when it's submitted but error chrome propose to save new password but it's actually not ready coz error
Roman
Is it possible to show to google there was an error so it does not propose anything ?
Doragonsureiyā
🚫 ‎Blerdijan [1301450214] is already banned.
Pablo Ernesto
Hi, I get a 404 error on any administrator change form with an ImageField when I send the POST. I am using cpanel. It only happens in production; when I run the application locally, it works 100% as expected. You can help me
Dheeraj
Hi, I get a 404 error on any administrator change form with an ImageField when I send the POST. I am using cpanel. It only happens in production; when I run the application locally, it works 100% as expected. You can help me
Hey, you must try 2 things Try running the command python manage.py collectstatic while in production And 2 Make sure you have the enctype="multipart/form-data" Attribute in your form tag.
shruti
Someone plz help . Actually I have made a rest API using django rest .ok and as far as frontend is concerned I know html css and bootstrap only . Now in order to use that api to be shown at frontend .is it necessary that I have to learn reactjs or vuejs . Will html css and bootsrap won't work ???
Pablo Ernesto
Hello I did what you told me and the problem still remains😥
It has something to do with the deployment because everything works for me in the place, I have searched in google and nothing
Mohan
Can i have django 3 ebook for free
Doragonsureiyā
Can i have django 3 ebook for free
Check out PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Anonymous
Why am i restricted to write in the python offtopic
Anonymous
I am planning to develop a listing based website. What will be choice in terms api mode. GraphQL or Rest api?
sarada
Hey guys, I'm newly learning django framework.. Can anyone help me in learning that..?
Root
Hi. Is there any way to convert a list to a queryset ?
Anonymous
Hey guys, I'm newly learning django framework.. Can anyone help me in learning that..?
You can check out the official site, there are tutorials there that can get you started https://docs.djangoproject.com/en/3.1/intro/tutorial01/
sarada
Yeahh... Thank you soo much Sum
Anonymous
Hi. Is there any way to convert a list to a queryset ?
You could get the Id of the list and perform a query on the id.
Root
You could get the Id of the list and perform a query on the id.
Objects in the list have different Models... So it's difficult
Ashutosh
Use .filter() with agreegate()..
Ashutosh
You can use .agreegate( distance= F(...)).filter(distance__lte =4)
Ashutosh
Something like this
Subrat
Have some upcoming projects based on Django Any one interested, hit me up
Pablo Ernesto
What exactly is the issue? Also, can you share your code via paste bin
https://pastebin.com/qBbV3FRf https://pastebin.com/bkrYijxM https://pastebin.com/1VD6Udbm
KUMAR
Hey guys , can anyone suggest me how can i use multiple checkboxes in django rest api form
Anonymous
why i cant send photo in group?!
Mehdi
why i cant send photo in group?!
it's restricted by group admins.
Anonymous
it's restricted by group admins.
now i have problem in my website how i can fixe it
Anonymous
just explain
how i can explaination big error and lot code to you?