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?
Sadra
Why django is called django?
Just because of a poor guy. Has a long story. A long beautiful story.
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
Vxvek
^ This should help you, too.
Thank you so much 😍 it worked!!!
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
I need a little explanation on **kwargs
https://youtu.be/5EfrKhdebKI
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
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
Да, я
You can go in your .virtualenvFile /django/contrib/admin then import ur staticfiles
Include this script, ok. How can I change default screen to add a button?
Dcruz
Hello How can I deploy my project using gunicorn and nginx?
There's a lot of tutorials out there 🤷‍♂️
ankush
I want to learn django from where I can learn please give be resources
Anurag
I want to learn django from where I can learn please give be resources
Go to YouTube search “code with Harry django tutorial “ open playlist of codewithharry channel and watch
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?
Isotope751
How to access django database image in html template?? {{Obj.image.url }} Is not working. Any other options..
Images are byte data type, you have to use url_for or something similar to it , to call image from browser side
Isotope751
Hello How can I deploy my project using gunicorn and nginx?
You can proxy config in nginx and run gunicorn in daemon mode
Anonymous
Guys anyone used Django with Dropbox storage 🤔
Isotope751
Guys anyone used Django with Dropbox storage 🤔
You can integrate normal dropbox module in django , to achieve same
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
Mehran
I have
Free?
Alex
How to keep check on /admin page like only admin login can open that page
You don't have to. Only is_staff users may enter the admin interface. https://docs.djangoproject.com/en/3.1/ref/contrib/auth/#django.contrib.auth.models.User.is_staff
Dwi
Hallo, excus me. Has anyone added google maps API to django?thx
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?
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?
Anonymous
Hello everyone I am new to this can anyone please suggest me the best tutorial for learning django
Doragonsureiyā
Hello everyone I am new to this can anyone please suggest me the best tutorial for learning django
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
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