Ujjwal
ANYONE WHO KNOWS DJOSER . Actually I want in login api (auth/token/) I want 3 fields username email and passwords .. but When I write LOGIN_FIELD = 'email' . But I want login field should have email username and password how to achieve this ??
Abdullah
https://github.com/Abdullah-V/javascript-useful-functions
Dev
Anyone have knowledge about flask
Doragonsureiyā
Anyone have knowledge about flask
Looks like you need an offtopic group, please continue this conversation at @pythonofftopic as it's not related to Python
Saksham Mittal
I am facing deployment issues with Saleor eCommerce Storefront when I clone the repo, and then deploy it on Heroku or Netlify, instead of deploying it directly from the button given in readme.md As I need to make some changes to the storefront so need to clone and then deploy
D
How to make a password field for model with the help of widgets for pure html form?
Sumit
I am facing an issue in segregating queryset according to fields provided, please help if you can. https://stackoverflow.com/questions/64969541/how-to-segregate-a-django-queryset-according-to-given-fields
Anonymous
Hi , i need to do react django setup for aws ec2 server, but i am facing some issues. White screen is coming instead of my site's home screen . Can anyone help me with a good article or a video on django react prod setup . I have tried many online tutorials but doesnt work fr me .
عــمــر
Hello , how can i change the default error messages of User model For example the error message of user existed
Anonymous
Hi guys
Anonymous
How to build the POS in django
Anonymous
Any example repos for my reference
Anonymous
Point of sale
Anonymous
System
enansi
How to build the POS in django
Maybe start with this: https://github.com/django-oscar/django-oscar
Anonymous
Ecommerce
Hamid Reza
Hi everyone , I want to use asgi in django , were is documentation for django asgi?! Should I use channels lib?! I'm using django v3.1
Mirco
use channels if you need websockets
Hamid Reza
django official docs
I can't find official docs for asgi , where I can find that?!
Anonymous
"How to deploy with ASGI | Django documentation | Django" https://docs.djangoproject.com/en/3.1/howto/deployment/asgi/
Hamid Reza
learn how to search things on the Internet
Yeah I know , but this is for deployment . Thank u. I will use channels
cj
Yeah I know , but this is for deployment . Thank u. I will use channels
you should learn how to read things on Internet too
Hamid Reza
you should learn how to read things on Internet too
No I mean documentation for using websockets , not running or deploying 😄
cj
No I mean documentation for using websockets , not running or deploying 😄
"documentation for using websockets" is a totally different thing than " I want to use asgi in django" you should learn how to ask questions on Internet
Anonymous
How to save a an array to the databse means i want to upload multiple data s to a single array variable
Anonymous
Is it possible on Sqlite 3
Alex
Is it possible on Sqlite 3
doubt. But you can try.
Pablo
Hello everyone, a have a doubt about wizard
Pablo
I'm with this error in my application
Pablo
TypeError at /boh_pablalm/applications/add/ __init__() got an unexpected keyword argument 'app'
Mirco
Share the code, we don't have a magic ball
Ayush
Hey
Ayush
I'm New here
Ayush
Can anyone tell me....can I learn django in 15-20 days
Ayush
For my upcoming hackathon
Daisuke
Did you have any experience with web development?
Pablo
This's my form
Ayush
I know little bit about django too
Ayush
But I'm not done it fully
Pablo
New my argmunets
Daisuke
I know little bit about django too
Follow the docs, ask the community for doubts, google is your best friend and stack overflow too
Ayush
I mean to learn for my upcoming hackathon....
Alex
Can anyone tell me....can I learn django in 15-20 days
Let's say you are ZendFramework, Spring or RoR professional with 10+ years of experience. Then sure, why not?
Alex
R u kidding me
nope, and u? You didn't provide your backgroud. How the hell should I answer?
Anonymous
You could learn bits and pieces but you won't be a guru or anything
maroong
self.fields['name'].widget.attrs.update({'class': 'special'} Can I add more things into the update bracket?
Bahadır
Hello, I want to log into the system with ldap in the project. However, ldap-login is giving an error. Has anyone met before
Bahadır
Hello, I want to log into the system with ldap in the project. However, ldap-login is giving an error. Has anyone met before
cj
oh right... Doragon is down
D
How to join custom fields with Default Django User Model?
Asadbek
Hello guys I am new here , how to I learn Djanho
Ayush
Code with harry
That's great
Ayush
And yes watch his programming with Harry too
Unknown
I need help I am using Django+uwsgi+nginx for my website and I tried to do a DoS attack. Now the problem is my website stops working nginx starts throwing 502 Gateway error during the attack and the error in /var/log/nginx/error.log is Resource temporarily unavailable. As soon as I stop the DoS attack,my website starts working again.For more information I have configured max 20 workers in uwsgi.ini file. Can anybody help me with this?
Heigler Rocha
For simple attacks you can use limit_req_zone in Nginx, but I would recommend something like CloudFlare