Eduardo
{% qr_from_text '{{variable_name}}' size="m" %} is not working
I think the correct is: {% qr_from_text variable_name size="m" %} is not working
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?
Eduardo
thanks @Eduardo_Garbin
That's work well?
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/
Aswath
That's work well?
Yeh it did work good
Eduardo
Yeh it did work good
Great! 🤜🤛
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?
Евгений
Udaya
It is vim :)
Visual studio?
Shihasz
It is vim :)
I think u know what IDE stands for?
Евгений
It was joke, sory
Евгений
I'm new in django. Wich book do you proposal to read about django?
Евгений
You don't first man who say me that. thx
Евгений
but doc it is boring
Shihasz
but doc it is boring
If u are interested in video lectures, try some udemy courses.
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.
Animesh
Where can i find brand-new django projects?
I have recently came across with a django project on news aggregator app. You can check it: https://data-flair.training/blogs/django-project-news-aggregator-app/
Anonymous
After installing django... Admin site css not showing
Pixelated
After installing django... Admin site css not showing
You gotta be more specific than this if you need any real help
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
Have u set up the static files path in ur settings file
Doesn't it set be default. Also why would he need that for default css for admin
Pixelated
The admin panel css is not showing
Could you post a picture
Gourav
I started new project in another laptop
Are u running that in another system??
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
Same process I did
Which process
Anonymous
Createsuperuser
Anonymous
Than opened admin page
Anonymous
Css not showing
Gourav
Createsuperuser has nothing to do with that.
Anonymous
Yes
Gourav
And run Python manage.py collectstatic
Anonymous
Done that
Anonymous
Still not showing
Gourav
Set up path in urls too
Gourav
Set up path in urls too
Ur project lvl urls file
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
please check the path and urls
Working... But media files not showing when DEBUG= False
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?
Shery
How can i show database values in tables on django web
https://stackoverflow.com/questions/51556583/generating-a-dynamic-html-table-from-django-template-language
am π
i want to push batch CSV rows into postgres table ...using python How should i do it ?
Eduardo
Visual studio?
I use this. Very good
Anonymous
Can i add buttons in tables??
Anonymous
Can i add buttons in tables??
You can use anchor tag and style it like button
Anonymous
How