Aswath
thanks @Eduardo_Garbin
Anonymous
Having problem while fetching data from sql server database
It is giving values in tuples
Anonymous
How to change these tuple in list
Anonymous
Is there any way to add a bootstrap class to form.username??
Anonymous
Thank you, i did it so, works nicely
Anonymous
how can achieve initializing labels for forms from linked model instances when use modelformset_factory?
Isaías
help
Isaías
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Isaías
in MacOS
Isaías
Have solution?
Mirco
in MacOS
Install openssl with homebrew
Martín
maybe a dumb question but I can't find this in the docs
path("~redirect/", view=user_redirect_view, name="redirect"),
what does the '~' means and where can I read about it, please?
Martín
I'm reading https://docs.djangoproject.com/en/3.0/topics/http/urls/#how-django-processes-a-request
Martín
and https://docs.djangoproject.com/en/3.0/ref/urls/
Eduardo
PV
Anonymous
Can anybody have solutions of this problem
Anonymous
I am struggling 4-5 days with this error
Udaya
Which IDE is best for django?
Anonymous
Евгений
Евгений
It was joke, sory
Евгений
I'm new in django. Wich book do you proposal to read about django?
Bjorn
Евгений
You don't first man who say me that. thx
Евгений
but doc it is boring
Bjorn
but doc it is boring
Well, just start working on a project and read the doc only when you need it.
Watch some basic intro videos on YouTube or udemy.
Abubakr
Anonymous
After installing django... Admin site css not showing
Anonymous
I started new project in another laptop
Anonymous
When I run admin panel
Anonymous
The admin panel css is not showing
Pixelated
That's wierd. Are you using any custom css or you mean the default admin site ain't rendered properly?
Anonymous
Default admin site
Pixelated
I'm not sure about that. I hope someone else will be able to help you
Gourav
Have u set up the static files path in ur settings file
Gourav
And execute collectstatic command
Pixelated
Pixelated
May be start a new project on your current system and copy the data files to the new system. This will work just fine.
Anonymous
I need to do new project in my new laptop
Anonymous
Same process I did
Gourav
Anonymous
Createsuperuser
Anonymous
Than opened admin page
Anonymous
Css not showing
Gourav
Createsuperuser has nothing to do with that.
Gourav
Anonymous
Yes
Gourav
And run Python manage.py collectstatic
Anonymous
Done that
Anonymous
Still not showing
Gourav
Set up path in urls too
Anonymous
SQL is giving names in form of tuple while fetching
Anonymous
What to get these values in array
Anonymous
I am using this command
models.cursor .execute(query)
movies = models.cursor.fetchall()
Macurrent
Anyone with ecommerce website source code build with django to help Me with
Anonymous
I deployed my project in pythonanywhere.com but I am getting Template Does Not exist error plz help me
Anonymous
Anonymous
How can i show database values in tables on django web
.
Django says it options a new database connection for every request. What is this request? Is it a web request or a query running request?
Muflone
am π
i want to push batch CSV rows into postgres table ...using python
How should i do it ?
Gourav
Anonymous
Can i add buttons in tables??
Anonymous
How