Lucid
Heroku is best for hosting our django project ?
Isotope751
Isotope751
Isotope751
Isotope751
Hikmet
Hikmet
Isotope751
Have you implemented payment , offers, notification if cars are not returned on time to the shop owner?
Sumit
Hi, I am trying to implement hmac authentication , but I am getting Hmacmiddleware has no arguments ()
Sumit
I am using djangohmac
Sumit
🙏 Please help me.
Hikmet
Anonymous
How do I inherit user model without one to one relationship
Isotope751
Yash
How we write SQL queries in django
Yash
Plz share some resources if you have ..
Yash
Specially SQL joins ..
Isotope751
Firdaus
Django official documentation is the best resource. These 3 pages should cover most of use cases regarding queries:
- https://docs.djangoproject.com/en/3.1/ref/models/querysets/
- https://docs.djangoproject.com/en/3.1/ref/models/expressions/
- https://docs.djangoproject.com/en/3.1/topics/db/queries/
Lucid
Lucid
Ok
âshîsh
But heroku is sufficient if your app has no very huge database
âshîsh
Else you have to pay
Meysam
سلام چجوری میتونم django-admin رو نصب کنم؟
Sumit
Hi what should I return from method in view of it will be called in form action but don't want to return it anything
;)
hi firnds
;)
i have error ,
subject is -->
none type object has no attrebute lower
;)
i search the internet but i cant fix it
;)
who can help me ?
;)
i cant send photo here if anyone can help me send me message.in private…
Maltapopoulos 🇲🇹
Lucid
Guys I have question
Lucid
I am uploading excel files in the database they are going in the same table
Lucid
Now if I want to view 1 specific file then on viewing I am able to see all of the complete table
Lucid
Can I use filter if I gave specific key to all files
Anonymous
Quick Q. I am using signals to create an instance of my business model on customer.save()
Can I immediately reference the business object in the next line of code (after customer.save())?
Will django signals have created the business object in time? I've tested it once and it worked, but idk if it will work every time, or whether that was just lucky?
Lucid
Maybe
Daniil
Hey guys. I am beginner at Django and I have a question. I have an app which allows you to have a todo list. I use inuilt Users model to authenticate all the users and allow to login and logout. How do I connect that to the model which I have for keeping track of tasks? I want the user to have an ability to login and only see their tasks.
Anonymous
Hello people
If someone modify a valid url I should show 404 or 400 code in response error?
Anonymous
Textbook or pdf I can use to learn DRF please
Mirco
Anonymous
Anonymous
Mirco
Schohreh
A question, I had to make a web application with Django and Django rest, and I had a ready API which they told me to use this API I used it by this
Response.get(here the api )
. The API was for a food website and my task was to show the current food AND
AND to give a rating 1 until 5 stars .
Any one know how to rate ?
A link also can help me
Thanks
Mirco
Schohreh
I’m not sure how to write it but Thanks 🤔
I will try
Hikmet
Daniil
Anonymous
I still dont know what Django Rest is
George
Gk
Hello guys I need to create a Facebook auto poster using Django and bootstrap ,want to ask there is scheduling like there is tab for daily , weekly, monthly to chose and select number of times it should work in day
Gk
Which library to use
appu
Suppose that I have an table people. I want to select people who's gender is male and age greater than 20.how to implement that on django
Deleted
Hey guys, how to check if the cheapest RDS & EC2 is enough for my project?
ㅤㅤ
Hi guys, I don't know what's CELERY_BROKER_URL for heroku. Is it same as local host or herokuapp url??
Please answer
Almaz
Hi, guys I need help with models architecture of like bot app who will sends question and users will answer by choosing from choices, is it normal what i did?
Question
-------------
- text
- order
- correct_answer[Answer]
- anwers[Answer]
____________________________________________
Answer
-------------
- text
- to_question[Question]
Almaz
Or can you suggest any other varians, please
Anonymous
Hey, is there a way to make a choice field (as a suggestion, for example) but with user input?
S
Hello everyone, I'll make it short.
I started learning django a year and ended up learning in just 2 months. (due to family reasons).
Now when i started learning it again, Its like my mind is blank. I just remember the basics. So I don't what to ask here.. But i just need help. Really wanna switch career into this.
âshîsh
âshîsh
Deepak
Is {{form.as_p}} or us custom CSS better ??
Deepak
Using user.auth.contrib
Deepak
""Djanho's CMD utility for admin task"""
kritikos
Lucid
Do I always have to migrate sqlite to mysql if I want to host django project on heroku
Lucid
Or any other server
Sooraj
My django container uses 600 mb ram by default. Is there any way to decrease its memory usage?
Anonymous
Not able to use session in Django.auth in login page
V4RI4NT
Hello guys