sim
PS D:\Projects\pythonDjango> pip install django pillow requests six
Traceback (most recent call last):
File "c:\python38\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\python38\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Python38\Scripts\pip.exe\__main__.py", line 5, in <module>
ModuleNotFoundError: No module named 'pip'
sim
My one of frn facing this issue.....,
How to install all dependencies in django in one time?
manav
manav
Or you can install various
manav
Packages by providing thier name
manav
In the pip install command
Renal Eki
hello everybody.. to send email, do we have to log in email at django?
sim
Charly
Charly
https://docs.djangoproject.com/en/3.1/topics/email/
Manuel
Sorry this is not a right question here but somebody knows any channel about nuxt
Shubham
How to implement multiple search using dropdown list in django....please help
Charanjit Singh
âshîsh
For more details, refer Django send email docs
meet
Any one have django project of student attendence system using barcode?
Charanjit Singh
I have
Mr. D @
hey,
I need help setting up django + celery + flower.
when running :
celery flower -A crm worker -E --loglevel=info
I get :
Connected to redis://xxx.xxx.xxx.xxx:6379//
[W 210310 09:30:34 inspector:42] Inspect method stats failed
[W 210310 09:30:34 inspector:42] Inspect method active failed
[W 210310 09:30:34 inspector:42] Inspect method registered failed
[W 210310 09:30:34 inspector:42] Inspect method reserved failed
[W 210310 09:30:34 inspector:42] Inspect method scheduled failed
[W 210310 09:30:34 inspector:42] Inspect method active_queues failed
[W 210310 09:30:35 inspector:42] Inspect method conf failed
[W 210310 09:30:36 inspector:42] Inspect method revoked failed
under flower dashboard I dont see works.
after that running:
celery -A crm status
I Get:
Error:
Unable to load celery application.
Module 'crm' has no attribute 'celery'
Sumit
Hi, I am new to graphql, can anyone tell me how to deal with email verification link in django. Because after doing signup it is sending a link to verify my account but when I am clicking on that link it is saying activate is not a valid url, I know that was not in my urls.py but I don't know how to write views to handle that link. Please guide me.
Hamouda
permission_classes = [IsAdminUser, IsOwner]
in this Example it needs both permissions, how i can change it to OR :
IsAdminUser OR IsOWner
Uday
how can i integrate password reset functionality with otp with the help of firebase on a django project?
Mr. D @
never mind. solved it.
عــمــر
How can set redis server caching for django ?
George
عــمــر
Anonymous
RKumar
In views.py
def index(request):
insurance=Ins.objects.all()
print(insurance)
RKumar
But didn't show queryset in my consol
RKumar
Anyone can help me
SHAKEEL
SHAKEEL
Anonymous
How can I implement video chat in my website using Django?
Agent Q
Droll55
Hi. I need some help, cos i don't know how to deal with 'str' object is not callable
Here is the code: https://dpaste.org/o7Z1
I know, that other forms are hardcoded, i will fix it. But for now i want to understand how it works and etc.
Ashkan
How can I save one of the select items tag with the input tag?
𝔐𝔞𝔥𝔡𝔦 𝔉𝔦𝔯𝔬𝔲𝔷𝔧𝔞𝔥
hi everybody
have you ever experienced, after addition of a model to an already working project, then registering that model to Djangos admin panel cause error in that panel?
also if I create a new app then a new model, adding that new one to the admin panel, will result in same Error
George
Sergey K
Agent Q
Sergey K
I always google everything and people still believe me that I am a developer or something....
𝔐𝔞𝔥𝔡𝔦 𝔉𝔦𝔯𝔬𝔲𝔷𝔧𝔞𝔥
Agent Q
Anonymous
Agent Q
Anonymous
Arezoo
hi.i want to publish docs in postman.for getting document drf django...but i get 401 error .why?
Agent Q
Arezoo
but i log in in postman😒
Shubham
I'm having problem related to deployment on heroku in which my static files are not working though I have added static files setting in settings.py can any one help me to solve this problem?
Ꝉ𝖎𝖆𝖒 눈‸눈
Hi, I'm making crud app... But whenever I run my server it keeps bringing up an attribute error
david john
Ganesh
In template inheritance which script has first priority the inherited from basic.html one or other which you created?
Random
Can i use template in my custom templatetags files
Random
?
Nadeem
Hi everyone which youtube lecture is better for django tutorials
Nadeem
If someone have udemy lecture. Please tell me
Anonymous
I
Ola
Hello devs,
I have been trying to import rest_framework in my project but it keeps saying unresolved reference please how can I fix this ?
Nadeem
𝔐𝔞𝔥𝔡𝔦 𝔉𝔦𝔯𝔬𝔲𝔷𝔧𝔞𝔥
there's always sb pointing google
if you just found out about google. ok so lucky you be happy with that.
we do use google but sometimes there's still something that wasn't found there. people could talk together about their experiences, ideas and ...
𝔐𝔞𝔥𝔡𝔦 𝔉𝔦𝔯𝔬𝔲𝔷𝔧𝔞𝔥
why you are a member of groups like this? go waste your time with google
𝔐𝔞𝔥𝔡𝔦 𝔉𝔦𝔯𝔬𝔲𝔷𝔧𝔞𝔥
M
anyone can suggest on open source ticketing projects in django
thanks
Vaibhav G.
I want program file medical Management
Doragonsureiyā
I want program file medical Management
So, why don't you do it yourself first?
When you have an issue with the Python code you wrote (read rule 5️⃣ to show your code), come back here and people will help you.
😉
Mohammad
Hi, how can I manage multiple forms with a post method on a template page? Forms are different, and I created and rendered several forms using the form model method, but it gets into trouble when validating. Can Django not use the form? Solve this problem? And if you can explain to me exactly how the form set can help
tnx❤️🙏
Trooper
Hello everyone, the following situation is a Docker image, it consists of three containers, web (Django site), postgresql and nginx. Everything compiles without errors, but the "web" container does not start due to a RuntimeError (now I will throw a screen with the Docker window itself). Who can help?