Sadra
Anonymous
Wait
Anonymous
"Please enter the correct email and password for the staff account "
Anonymous
Is coming eveytime
Shyamkumar
Shyamkumar
Finally, specify the custom model as the default user model for your project using the AUTH_USER_MODEL setting in your settings.py
Anonymous
Why django is called django?
Mirco
Doragonsureiyā
Why django is called django?
Step 1: Open a browser
Step 2: Write down https://google.com or https://duck.com and press Enter
Step 3: In the search box, write down the same words you asked here
Step 4: Read the first results
Anonymous
Mehran
Is anyone have an E-commerce backend sourse code? I want to make an android app for my portfolio.
SamFubuki
Can anyone suggest a good tutorial on deployment of Django projects on hetoku
SamFubuki
I have troubles in virtual environment part and many tutorials have skipped this part.
SamFubuki
So I am looking for a blog or a tutorial video
Eddie Young Jnr
Hello
Eddie Young Jnr
I need a little explanation on **kwargs
Eddie Young Jnr
What it means and what it does.
I’ll appreciate the help
SamFubuki
I was trying to deploy a Django application and error came that no distribution found for pywin32==228
SamFubuki
How to fix this ?
Manuel
I got a doubt
Manuel
class Usuario(AbstractUser):
telefono = models.CharField(max_length=10, blank=True, null=True)
class Meta:
db_table = 'auth_user'
Manuel
when I do this it means you are overwritting the user table
Manuel
?
Sergey
Eddie Young Jnr
Khumoyun
Hello, I am using select2.js for my Django project
Question: when I click to select field cursor starts from right but dropdown working from ltr, is it bug or I need configure it?
Illia
Hello
How can I deploy my project using gunicorn and nginx?
Manuel
Sadra
Illia
🤔
Да, я
Hello. I have default admin panel in django. How can I integrate my js script to this panel. Js script makes easy insert geo coords.
Doragonsureiyā
🤔
Step 1: Open a browser
Step 2: Write down https://google.com or https://duck.com and press Enter
Step 3: In the search box, write down the same words you asked here
Step 4: Read the first results
Illia
Да, я
Dcruz
ankush
I want to learn django from where I can learn please give be resources
Werner
yikes
Nice
Can anyone what's wrong with my code 😔
sammy
How to do DJANGO with MONGODB..???
Rushikesh
How to access django database image in html template??
{{Obj.image.url }}
Is not working.
Any other options..
Isotope751
Hi is there new packages for socket io to be used in django ?
Isotope751
And how to deploy django with socket io support
Anonymous
Hae,can Django along with html CSS and JavaScript be used to develop a delivery management system?
Anonymous
Guys anyone used Django with Dropbox storage 🤔
Anonymous
saran
Isotope751
Isotope751
There are four thing I found Ned to be known :
Rest APIs
Image handling
Socket io
Async APIs
Video streaming for normal as well as live .
Hola!
How to keep check on /admin page like only admin login can open that page
Hola!
Which condition will come in views.py for 127.0.0.1/admin page
Root
Mehran
Hola!
Dwi
Hallo, excus me. Has anyone added google maps API to django?thx
Mirco
Doragonsureiyā
Hallo, excus me. Has anyone added google maps API to django?thx
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
Dwi
Sorry
ROG 💻
Hi everyone, how can I automate my python app on Windows to run on a set schedule?
Ilya
Alex
Illia
EscanOr
how to style form input field
add_class is showing
EscanOr
Invalid filter: 'add_class'
EscanOr
Please help
JP
Anyone know how to add django dag in airflow?
Root
Anonymous
Hello everyone I am new to this can anyone please suggest me the best tutorial for learning django
Anonymous
Thank u
محمد دلشاد
Dev
How to create signup form with name,email,mobile and password in django
Yuvi
How to solve this error can anyone guide me
You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 127.0.0.1:8000/detect/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
Girish
How to increase security of django app