Anonymous
who worked on allauth for social media
Anonymous
can you help me
Doragonsureiyā
who worked on allauth for social media
Don't ask meta questions like:
"Any user of $x here?"
"Anyone used technology $y?"
"Hello, I need help on $z"
Just ask about your problem directly! With ~80,000 people here, the probability that someone will help is pretty high.
How to ask smart questions: http://catb.org/~esr/faqs/smart-questions.html
Anonymous
okay
Khumoyun
Hello, project = Django
I am using UpdateView with form_class. in my form I used init method for chained selection
BUT my edit object datas not displatying in template
Question: Can I use init method in my Form which is connected with UpdateView
Anonymous
Thank you
Anonymous
Anonymous
Please help
Mirco
david john
Suresh🌞
Hello I am facing an error in
Mirco
Suresh🌞
Bro i have implemented and it's working perfectly.. Tracking all the activities
But the problem is
Like i have 2 tables
One User table it's the default table
Contain... Username, passwords ect...
And i have created another model clss
Suresh🌞
Error shows,page not found 404
Mirco
show the code via pastebin
Viсtor
Hello guys, i'm little stuck, maybe someone know how to add items in admin panel navbar?
😉
Hello,
I wants to integrate Razorpay with django-oscar.
Can anyone share any documentation on that
Mílés
hello, can i get soloution related django
Mílés
hey can I get help plss..., how can i add template in setting of django
Mílés
what i hv to write in ""'DIRS': [ ],"" .. if i hv to add template file location
on tht file above its written ""# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(file).resolve().parent.parent""
cj
Mílés
ohh sorry .. but i found there ..
Mílés
ok wait i m going to see ur link
cj
Arezoo
Hi.how can i define access level in django for diffrence user?
Anonymous
Dennoh
Arezoo
For example when user login un django admin panel...he can edit some table ...
Arezoo
âshîsh
🙏🙏
My reply was ridiculous or upto mark ?? 😂
âshîsh
Arezoo
âshîsh
You can create multiple users & can allot a group & then can assign permissions to that group.
Or you can assign permissions to particular user.
Permissions included read write and both
Anonymous
the power of regex ?
Divyansh
* How to deploy django website *
Naol
on apache or nginix.
Naol
or with the built-in server
hello
Hey is there any project i can contribute 😊
Mirco
hello
Asadbek
How can I register new user on user page
Arezoo
Miguel
Can I use a MapReduce output in a Django app ?
Georgev:
Greetings
Suresh🌞
Heello
Suresh🌞
i have requirement to develop, it might take 10days time to finish the work
Suresh🌞
Anyone do this..
Suresh🌞
Divyansh
How to upload media in TinyMce 8n Django
😉
Hello,
I wants to integrate Razorpay with django-oscar.
Can anyone share any documentation on that
Bunty chhatri wala..
I have 1 Choice field in my model..
Which have many categories..
But i want if user wants more categori he can add by himself.. instead of hardcoding from db..
Is there any way to do this?
âshîsh
I have 2 lists & my short code is as follows:
list1= [1,2,3]
list2=['apple','berry','cherry']
listx=list1, list2
I want to access elements of list1 only from listx inside Django template.
Any idea for that ??
âshîsh
Yes
Agent Q
Agent Q
Agent Q
When you do listx=list1, list2, it returns a tuple.
âshîsh
I am trying this
âshîsh
Nope...
âshîsh
It's showing only elements of b
Suraj
can any one send me tutorial for django channel
Anonymous
I'm not sure about templates but when I used CSV file... I used
list.0
list.1
Like this to acces the values at particular index you can try it
Anonymous
dominic
How to handle media files in python anywhere.com. static files are working fine but media files like the image which is uploaded by user is not working
âshîsh