Anonymous
Can anybody help me to implement the forgot password feature in my website in django using cloud forestore as my database????
Anonymous
*firestore
Anonymous
I have read all about it but every time the database they were using was django user models.
Ильяс
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.
I refreshed and have 1.4 version of mysqlclient and still when i try to make inspectdb it gives me this mistake
Ильяс
Also i am using python3.7
Ильяс
Can anyone help?
Mukesh khandelwal
Is there any Django/python trainer available for Delhi
Shivam Negi
Anyone has contributed to zulip?
Mirco
Anonymous
Hey everyone
Anonymous
How can i use http_request to create user in a djangoRestFramework , here i mean from my ionic app with path i have to define in the Http POST request , i tried to send the request to this address " http://127.0.0.1:8000/admin/auth/user/add/ " but it's not working . Any help please
inchidi
https://www.djangoproject.com/weblog/2019/jun/03/security-releases/
Avinash
The object doesn't have a change history.It probably wasn't added via this admin site.
Avinash
How to resolve this👆
cj
African Coder
Time
link to django 2 web development cook book(free version)??? anyone
Yep
https://pastebin.com/k0ij3kJh
Yep
Perhaps someone can help me...its hosted on pythonanywhere
Yep
And its a task
cj
Yep
Python3 ..thats all correct
Call the task with
python3 /pathTo/reload.py
Yep
With
python3.7 /path...didnt works...and it is 3.7
Pankaj
How to do background task on a deployed django app
Pankaj
What should i use in this like crone task, celery or anything else
inchidi
Yep
Nobody has pythonanywhere and a solution? :/
Yep
Its ok...runs with subprocess.call
Front Kev
Hello
Anonymous
Hi
Anonymous
I have this problem here why?
Anonymous
$.get('http://localhost:8000/indexes/', {'indexid': indexes}, function(){
alert("now its well done");
});
Anonymous
from js to django
Anonymous
and I have this path: path('indexes/<str:index>', views.getIndexes, name='callPaython'),
Anonymous
def getIndexes(request, index):
i = CallPython()
j = []
j = i.get_index(indexid=index)
return JsonResponse( context, safe=False)
Anonymous
It tell me
Anonymous
Not Found: /indexes/
Anonymous
Can someone help
Anonymous
?
Anonymous
Anonymous
Anonymous
Anonymous
string
Anonymous
and if are both?
Amaro
Anonymous
Anonymous
Amaro
it means indexes == 'mystring'?
Anonymous
iwant to pass thuis indexes to my view fn
Anonymous
Amaro
Add trailing '/' in urls or remove it in js then
Anonymous
Amaro
$.get('http://localhost:8000/indexes/'+ indexes, function(){
alert("now its well done");
});
Anonymous
Anonymous
Anonymous
Mr Omaro
Anonymous
the problem of the page reloading at the client side why?
Amaro
Insufficient data to answer
Ильяс
How can i make a search fields for one database with multiple options such as like Brand Model and years from any year until present?
Mirco
DropDout
Ильяс
No just using forms
DropDout
Use the Q function from django.db.models
DropDout
Doragonsureiyā
looks like you need an offtopic group, please continue this conversation at @pythonofftopic
Anonymous
https://github.com/aakashpadhiyar/Django
Anonymous
Dear friends,
Anonymous
I need a django single page application CRUD, pls send me
Mirco
Îmmêñsê
https://www.obeythetestinggoat.com/pages/book.html#toc
Does anyone have this PDF?
Anandababu
Hi Friends