snc
you typed wrong adress url
snc
something in your url. py
Ricky
Whats the best resource to learn django
Ricky
???
Doragonsureiyā
Whats the best resource to learn django
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
snc
Your template is unable to generate correct url
snc
in template html their would be a code like this {%url 'update - order'} their specify the id correctly
snc
str pk? it should be int
Roman
Hi guys ,I have such seriializer field
Roman
images = PostImageSerializer(many=True, read_only=True)
Roman
But the fields images is not present when I do get
Roman
Why so ?
Anonymous
Hey guys I created a profile view for users and I want everyone to be able to see it without having to log in But when I click on the profile while not having logged in, it automatically logs into the account of the user I clicked on! How can I fix it? This is the view def public_profile(request, username): user = User.objects.get(username=username) return render(request, 'users/public_profile.html', {"user": user}) This is the url path('<str:username>/profile/', public_profile, name='public-profile'),
Anonymous
path('user1/',views.public_profile,name='public_profile'),
Anonymous
Do you have any python hosting site with cheaper price
Anonymous
path('user1/',views.public_profile,name='public_profile'),
I want it to work for any user, generally Clicking on any user, showing the profile of that user Does it do that?
PeeKay
No, I haven't
Anonymous
Suggest some tutorial websites for django.
Muflone
!djangotut
Doragonsureiyā
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Anonymous
Learn more about passing parameters to views
I will But I need the problem to be solved now
Momin
Can i use login_required decorator instead of sessions ? Are they both same?
Najmiddin
how can I write the name of picture which is being written in database with cipher code
Charan
I have few objects of a model with some Fields. I want to access a particular object, given that I have one Field of the model. Any guide
Charan
I have few objects of a model with some Fields. I want to access a particular object, given that I have one Field of the model. Any guide
For ex , I have a model Car ,with Fields name and id. I have created around 50 Car Objects. I want to access one of the car's name using the id
Doragonsureiyā
You're welcome! 😊
Samuel
Hello everyone, please I'm a new django user and I'm trying to run server my typing python manage.py runserver. I keep getting error that manage.py file cant be open please I need help
Muflone
just check if the file is in the directory where you launch the command. if not, move to the right directory
Samuel
I just move it and now I'm having module not found error
Muflone
errors are made to be read, understood and to take the measures to fix them
Baggy ️️
Hey guys just wanted to know has anyone implemented bulk email sending functionality
Baggy ️️
At least around 1000 emails per day
Baggy ️️
If it's free that will be great
TheSingletonDev
Try sendgrid or mailchimp APIs. For sendgrid, the limit is around 20000 mails per month I guess.. Look it up
Baggy ️️
Free?
TheSingletonDev
Yes
OneZer0
Does anyone understand `configmap?`
OneZer0
i need help
The
what code should we add inside .htaccess
TheSingletonDev
It's just 100/day
It's 40k emails for a month and then 100 per day..
TheSingletonDev
You want a permanent free solution.. That is not possible dude.. Just do it with Gmail then..
TheSingletonDev
With gmail i think there is 900 email address limit and also a limit on number of emails per second so make sure to put a sleep between each email send
Anonymous
You can develop django app even in raspberry Pi
I already bought some pieces. Only any monitor and any GPU are missing to achieve video output. Because the CPU I got doesn't have integrated graphics. And i have no money more. Need something like 60 USD to buy a 14" monitor and something like GT 710.
Anonymous
How can I convert django website to mobile app both android and ios
Anonymous
I don't want to create the app... There's some way by which we convert website to app
Anonymous
Yes
Anonymous
DK
How we do it with django?
Check this link https://medium.com/beginners-guide-to-mobile-web-development/convert-django-website-to-a-progressive-web-app-3536bc4f2862
Yusniel
Hi there, I'm looking for some advice to design a microservice architecture using django. I have two microservices. The first one is all about user authentication, register, etc. The second one is for business logic. Both microservices will be deployed on separate servers. Is there any way to do that in Django?
Yusniel
Will you need web interaction? Will be used for advanced knowledges users? What is your experience in python? And frontend?
Yes. I will need web interaction via frontend. I'm backend developer in python Django for few years.
Gil
Yes. I will need web interaction via frontend. I'm backend developer in python Django for few years.
👌 So now to work to frontend.💪 You can use mvc architecture, with dynamic templates, and you can use improved UI frontend like SPA, not inter-excluded. For basic api , you lr handmade api or djangorestframework, or with advanced knowledge/lot of free time, fastapi. Good luck!
Yusniel
Thanks @GilObradors. I will explore DRF.
Ballzerath
Please inform me, If I wanted a job, is Django a good option to pursue? I live in Hyderabad.
Divyansh
Hey i am new to django, can anyone provide me a good tutorial from to advanced along with projects?
Divyansh
There are 407 members online,no one intrested to help me 😅
Divyansh
Have you searched online?
Not able to filter, what exactly is good😅
Divyansh
Keep trying
Till when?
Doragonsureiyā
There are 407 members online,no one intrested to help me 😅
You are not entitled to help. Being nice is probably going to be to your benefit. If someone wants to answer, they will.
Doragonsureiyā
Hey i am new to django, can anyone provide me a good tutorial from to advanced along with projects?
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Anonymous
I am doing institution mgmt system project. Any one give suggestions
Baggy ️️
It's 40k emails for a month and then 100 per day..
I told because if I sign-up now, one month I will be testing and doing changes
Presence
Hi guys.. Is there any guide to connect angular with django ?