Ruffiano
Anonymous
👆
I am not getting username and password when i render HT L
Anonymous
HTML*
Anonymous
Hey guys I wanted to get multiple files uploaded to the media folder in django via html input tag. I read a lot about it but the request.FILES.getlist('files') returns a value that I can't iterate over can anybody help me in that
Anonymous
anyone can make a tool like this? I'm paying 30-250$ depends how speed it is. please message me if you can do it.
https://youtu.be/5CyUXS0V31M
Anonymous
Anonymous
👍
getting this error when try to login with twitter using social_django. Error - HTTPError at/oauth/login/twitter/
👍
403 Client Error: Forbiddien for url: https :apo.twitter.com/oauth/request_token
syam
Isn't it api.twitter
👍
Isn't it api.twitter
yes i'm using (pip install social-auth-app-django) package https://python-social-auth.readthedocs.io/en/latest/configuration/django.html#register-the-application
Shreehari
guys i have created a .py file which scrapes a downloads link from a github repo .
how can i return that to <a href> tag in html i have created
Rohan
Rohan
What's even the question in that text?
Shreehari
Shreehari
Rohan
Anonymous
what is the fatest language? is it Golang??
Shreehari
And what's stopping you?
i returned the url(a direct download link to file) to html, but when i press , its now downloading.
copy pasting the url manually in a browser is downloading the file
Shreehari
its done , thanks for the help
Anonymous
Anonymous
But offtopic
Kuldeep
Can anyone suggest material to start django from basics
Anonymous
Go on the web page and click on get started
Anonymous
Also read the sticky
Kuldeep
Which web page?
Kuldeep
@sam
Anonymous
The django homepage, but just read the pinned message man
Kuldeep
Ok
Kuldeep
Thanks
Anonymous
Any reference to learn Django rest framework and unit and functional testing in Django
Mirco
Mirco
Anonymous
Mirco
Dcruz
Got this error when trying to inspect MSSQL db [unixODBC][Driver Manager]Can't open lib '{ODBC Driver 17 for SQL Server}' : file not found (0) (SQLDriverConnect) but my driver its installed properly.... what its happening here??
Mirco
Doragonsureiyā
Dcruz
Django.?? inspectdb????
Dcruz
offtopic? ok
Rohan
Something with your odbc driver
Rohan
https://stackoverflow.com/questions/44527452/cant-open-lib-odbc-driver-13-for-sql-server-sym-linking-issue
Anonymous
hello
Anonymous
i need some help
Александр
i need some help
So I'll help you http://www.nohello.com/2013/01/please-dont-say-just-hello-in-chat.html?m=1
👍
dynamic
I'm currently on Django 1.11 and currently in the process of updating Django to 2.0, but I'm getting the error related to ForeignKey.
My question is:
If i'm adding the on_delete attribute to the ForeignKey fields, should I be modifying the older migrations also?
Sagar
Hi everyone. This is an app using drf for calling a stored procedure and the error is
get_sp_data() missing 1 required positional arg 'request'
But the method has request param. Here's the code
https://pastebin.com/1Bpa6gkX
Marlysson
Sagar
Sagar
Request parameter is there
Sagar
Sagar
Ok my bad. Table has been truncated. 😅
Mirco
Mirco
Marlysson
dynamic
I'm a little confused, If i edit something to my models, then when I do makemigrations a new migration file is created.
But right now, I'm changing the JsonBField to JSONField, and django is throwing warnings from the old migration files.
My question is: do i have to edit the older already created migration files?
Mirco
dynamic
Mirco
dynamic
Mirco
Ильяс
i have this code in template <div class="item" style="background: {% url 'img/auction-slide.jpg'%} center center / cover no-repeat;"></div> but it returns me a mistake
Ильяс
Reverse for 'img/auction-slide.jpg' not found. 'img/auction-slide.jpg' is not a valid view function or pattern name.
Ильяс
What am i doing wrong?
Sagar
Ильяс
Sagar
Not sure what other things u said
Lucian
Use static instead of url.
Lucian
What am i doing wrong?
Ильяс
Anonymous
Guys help me with Django
Anonymous
I want to use radio buttons and change the value of something based on the selection of radio buttons in views.py
Ильяс
How to display a search result in a template with images?
Anonymous
No
Anonymous
I just wanted to change some variable value based on the radio buttons