Amit
I deployed to heroku
Follow the process of deployment to heroku on GitHub
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:
HIRO
python manage.py makemigrations No changes detected [No action add in Admin panel]
Make migration --fake Same goes for migrate If this doesn't work then check In admin.py that u have registered you3model or not
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
Any volunteers here to teach me Django free?
What do you want to know in Django?
محمد دلشاد
is it safe to delete cache data of pip?
Prak
From scratch for web
محمد دلشاد
From scratch for web
go for Dennisivy on youtube u will get everything there
محمد دلشاد
np
محمد دلشاد
failed to build Twisted Help me in this
Kueen
failed to build Twisted Help me in this
sudo apt-get install build-essential python3.6-dev Try this
محمد دلشاد
using win64
Anonymous
How to customize django admin pannel with your own bootstraps
Anonymous
Admin pannel
Anonymous
Please help
Anonymous
Me
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.\
Raffaele
https://youtu.be/dZxEA6Hwr4A
This is an old version but you can try yourself
Kueen
What python version you are using?
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
Cheap
yeah i too got thhis message
its frustating, i ve around 7-8 notices and some of them are client’s projects
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
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
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'),
Doragonsureiyā
Hey can someone please suggest me from where can i learn django
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
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?
D
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'?
redirect to such path with some HttpResponseRedirect('success_path'), after you successfully finish POST action in your view
snc
hey i am developing a ebook reader app.... how i should send the book content to app? Json or any other
Ilias
Anonymous
Can someone share any link to create Profile model with OneToOne relationship with User model for extending profile only using CBV's
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