snc
you typed wrong adress url
snc
something in your url. py
Ricky
Whats the best resource to learn django
Ricky
???
Mirco
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
Ricky
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
Anonymous
path('user1/',views.public_profile,name='public_profile'),
Anonymous
Do you have any python hosting site with cheaper price
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
Shihasz
Momin
Can i use login_required decorator instead of sessions ?
Are they both same?
Anonymous
Adonis
Bestla.net
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
Harish
Charan
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
Momin
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
Baggy ️️
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
snc
snc
Anonymous
I don't want to create the app... There's some way by which we convert website to app
DK
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
Anonymous
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?
Gil
Yusniel
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 😅
Ghorz
Ghorz
Divyansh
Anonymous
I am doing institution mgmt system project. Any one give suggestions
Presence
Hi guys..
Is there any guide to connect angular with django ?