aashu
Cheap
I got message from github that version of django which i am using has security vulnerablites, and forcing me to upgrade to current release, is there any way to fix vuln this without upgrading?
CVE-2020-13596 and CVE-2020-13254
Dennoh
Use pastebin.com
محمد دلشاد
I am unable to install channels because twisted is not getting installed
error is :
Building wheels for collected packages: Twisted
Building wheel for Twisted (setup.py) ... error
........
Running setup.py clean for Twisted
Failed to build Twisted
Installing collected packages: Twisted
Running setup.py install for Twisted ... error
محمد دلشاد
ERROR: Command errored out with exit status 1:
Mr
Mitchel
AK
how can i maintain real time location of users in django
AK
I need it for this, When two phone with the app come near it must alert both user
AK
Can anyone tell me whaat to search for
Rajesh
Any volunteers here to teach me Django free?
Mayowa
محمد دلشاد
is it safe to delete cache data of pip?
Prak
From scratch for web
Prak
محمد دلشاد
np
محمد دلشاد
failed to build Twisted
Help me in this
محمد دلشاد
using win64
Anonymous
How to customize django admin pannel with your own bootstraps
Anonymous
Admin pannel
Raffaele
Anonymous
Please help
Anonymous
Me
Anonymous
Raffaele
Wait a second
Kueen
using win64
Okie then try this pip install Twisted‑17.1.0‑cp35‑cp35m‑win_amd64.whl
محمد دلشاد
tried too
Raffaele
How
https://youtu.be/dZxEA6Hwr4A
محمد دلشاد
getting error
محمد دلشاد
WARNING: Requirement 'Twisted‑17.1.0‑cp35‑cp35m‑win_amd64.whl' looks like a filename, but the file does not exist
ERROR: Twisted‑17.1.0‑cp35‑cp35m‑win_amd64.whl is not a valid wheel filename.\
Kueen
What python version you are using?
Anonymous
Kueen
getting error
https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted
First download the right wheel file from here and then do pip install
Kueen
Try 18.9 version
Anonymous
Anonymous
Bien
What i don't understand
AK
can anyone help me with this
AK
how can i maintain real time location of users in django
AK
I need it for this, When two phone with the app come near it must alert both user
Sobha
https://stackoverflow.com/questions/62245837/lost-in-space-for-paytm-integration-in-django
Anonymous
hi everyone! I have comment model in db, and for replies to that comment i used foreign key to itself, now i wanna get all the comments which are not replies of other, any suggestions?
Anonymous
oops i figured it out thank you
CodeCypher
Anonymous
Hi, can i have any suggestions related to Geodjango resources to get location of user
Rajvir
Trying to load rest_framework.templatetags.rest_framework
Error: No module named 'django.core.urlresolvers'
Django version 3.0.5
Help.
Anonymous
When i try to deploy my django project on heroku .I got some error #helpinghand https://pastebin.com/hwevpb1c
Code
Rajvir
Code
in the file that producing the error.. replace django.core.urlresolvers with django.urls import reverse
Manish
I am trying to save record 4m form to admin panel. But only one record can be created. If I tried to create another record with same user then it could not create
Itachi
Hey can someone please suggest me from where can i learn django
Timur
I need help, guys. Translate this urlpatterns to django 3 (with path('') etc)
url(r'^$', views.cart_detail, name='cart_detail'),
url(r'^add/(?P<product_id>\d+)/$', views.cart_add, name='cart_add'),
url(r'^remove/(?P<product_id>\d+)/$', views.cart_remove, name='cart_remove'),
Harish
Bunty chhatri wala..
I need help, guys. Translate this urlpatterns to django 3 (with path('') etc)
url(r'^$', views.cart_detail, name='cart_detail'),
url(r'^add/(?P<product_id>\d+)/$', views.cart_add, name='cart_add'),
url(r'^remove/(?P<product_id>\d+)/$', views.cart_remove, name='cart_remove'),
path( "" , views.cart_detail , name= "cart_detail" )
path ( "add/<int:id>" , )
Same goes for third one
Ilias
question: after I render my view which holds a form, how can I redirect to another html/url (when upload button is clicked) which displays for example a message 'upload was successful'?
Sri
Any one working on crm django
Sri
Application?
Itachi
D
snc
hey i am developing a ebook reader app.... how i should send the book content to app? Json or any other
Ilias
snc
HIRO
Anonymous
Can someone share any link to create Profile model with OneToOne relationship with User model for extending profile only using CBV's
Anonymous
Hussein
/ {% for tercih in tum_tercihler %}
{% if acik in tercih.tercihler_set.all %}
{% if acik.tercih_acik %}
<h1>sss</h1>
{% endif %}
{% endfor %}
I want to stop when TRUE is found
Hussein
In order not to write SSS more than once
محمد دلشاد
Can't we use fb authentication with insecure server ?
Facebook has detected that socialauth isn't using a secure connection to transfer information.
Until socialauth updates its security settings, you won't be able to use Facebook to log in to it.
محمد دلشاد
its showing this error for localhost
ednicolaevicth
I have one code, but i don't get the field file in view based in function, they can helpme?
Raffaele
path('sitemap.xml', sitemap, {"sitemaps": sitemaps}, name="django.contrib.sitemaps.views.sitemap"),
Raffaele
why it gives me syntax error??
Raffaele
Please