Re: Django server msg Error

2024-09-22 Thread kumbhaj shukla
Kumbhaj.tech Looking for opportunities On Sun, 22 Sep, 2024, 4:40 am Sekou Dynasty, wrote: > That is great, Anudeep. Is it possible to share the git remote url? > > On Sat, 21 Sept 2024 at 10:22, Anudeep Gudimalla > wrote: > >> Iam using git scm >> >> On Sat, Sep 21, 2024 at 5:39 AM Sekou Dyna

Re: Django server msg Error

2024-09-21 Thread Sekou Dynasty
That is great, Anudeep. Is it possible to share the git remote url? On Sat, 21 Sept 2024 at 10:22, Anudeep Gudimalla wrote: > Iam using git scm > > On Sat, Sep 21, 2024 at 5:39 AM Sekou Dynasty wrote: > >> Hi Anudeep, >> >> I'm really glad you were able to figure it out! By the way, which versi

Re: Django server msg Error

2024-09-21 Thread Bounama Kounta GOUDIABY
First of all, if you create your project, you also need to create an application. Then you create a file named urls.py in the application's folder. and change the "pages_urls" to "nom_application.urls" Le sam. 21 sept. 2024 à 16:39, TERENCE BOKO EFIO a écrit : > Greetings brother, am a junior de

Re: Django server msg Error

2024-09-21 Thread Bounama Kounta GOUDIABY
Look at this video it's in French but if you watch you understand .it's me who produced this vodeio. Here is the Youtube link https://www.youtube.com/watch?v=EsZBO8lFgzM&list=PLmFq7JEQeE36K162O3ZFTo-dWSMvXx1py Le sam. 21 sept. 2024 à 18:26, Bounama Kounta GOUDIABY < bounamakountagoudi...@gmail.com

Re: Django server msg Error

2024-09-21 Thread TERENCE BOKO EFIO
Greetings brother, am a junior developer. I want to have a great understanding of Django as a beginner. If you won't mind, can you please share the WSVincent 5th edition book with me. On Fri, 20 Sept 2024, 23:43 Anudeep Gudimalla, wrote: > I figured it out thanks for response > > On Fri, Sep 20,

Re: Django server msg Error

2024-09-21 Thread Anudeep Gudimalla
Iam using git scm On Sat, Sep 21, 2024 at 5:39 AM Sekou Dynasty wrote: > Hi Anudeep, > > I'm really glad you were able to figure it out! By the way, which version > control system are you using for the project? > > On Fri, 20 Sept 2024 at 19:43, Anudeep Gudimalla > wrote: > >> I figured it out

Re: Django server msg Error

2024-09-21 Thread Sekou Dynasty
Hi Anudeep, I'm really glad you were able to figure it out! By the way, which version control system are you using for the project? On Fri, 20 Sept 2024 at 19:43, Anudeep Gudimalla wrote: > I figured it out thanks for response > > On Fri, Sep 20, 2024 at 3:41 PM ALINDA Fortunate < > alindafortu

Re: Django server msg Error

2024-09-20 Thread ALINDA Fortunate
You are welcome. On Fri, Sep 20, 2024 at 10:43 PM Anudeep Gudimalla wrote: > I figured it out thanks for response > > On Fri, Sep 20, 2024 at 3:41 PM ALINDA Fortunate < > alindafortuna...@gmail.com> wrote: > >> Have you got the help that you wanted? >> >> On Thu, Sep 19, 2024 at 6:30 PM Anudeep

Re: Django server msg Error

2024-09-20 Thread Anudeep Gudimalla
I figured it out thanks for response On Fri, Sep 20, 2024 at 3:41 PM ALINDA Fortunate wrote: > Have you got the help that you wanted? > > On Thu, Sep 19, 2024 at 6:30 PM Anudeep Gudimalla > wrote: > >> Hi Bharath, >> >> Thanks for reaching out. >> >> I have created the urls.py and views.py unde

Re: Django server msg Error

2024-09-20 Thread ALINDA Fortunate
Have you got the help that you wanted? On Thu, Sep 19, 2024 at 6:30 PM Anudeep Gudimalla wrote: > Hi Bharath, > > Thanks for reaching out. > > I have created the urls.py and views.py under pages folder and navigated > as book says. > > please find the attachments. > > On Thu, Sep 19, 2024 at 11:

Re: Django server msg Error

2024-09-20 Thread Adarsh Chand ramola
What do you mean? You are a beginner On Thu, 19 Sept 2024, 8:30 pm Anudeep Gudimalla, wrote: > Hi all > > Firstly, im learning Django by book "Django for beginners - WSVincent 5th > edition" in chapter-2 i'm trying to up the server to display msg "Hello > World!". The development server was up b

Re: Django server msg Error

2024-09-20 Thread Anudeep Gudimalla
Hi LaVie, Thanks for your response. I sorted out the issue by mistake i wrote urls.py code in pages app instead of project urls.py. Thank you. On Thursday, September 19, 2024 at 6:04:55 PM UTC-4 LaVie wrote: > Hi Anudeep, > > > I am glad you are taking the time to learn Django. > I believe th

Re: Django server msg Error

2024-09-19 Thread LaVie
Hi Anudeep, I am glad you are taking the time to learn Django. I believe the message has been displayed. Can I ask what changes were made? On Thursday 19 September 2024 at 15:01:38 UTC Anudeep Gudimalla wrote: > Hi all > > Firstly, im learning Django by book "Django for beginners - WSVincent 5t

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
I have Already registered the pages app in settings.py file On Thu, Sep 19, 2024 at 1:28 PM KPADE Kouami Antoine wrote: > The problème IS simple juste going to registre your app in project on > setting.py file > > Le jeu. 19 sept. 2024, 16:30, Gulshan Yadav > a écrit : > >> Please send me proj

Re: Django server msg Error

2024-09-19 Thread KPADE Kouami Antoine
The problème IS simple juste going to registre your app in project on setting.py file Le jeu. 19 sept. 2024, 16:30, Gulshan Yadav a écrit : > Please send me project name > > On Thu, Sep 19, 2024, 9:43 PM Gulshan Yadav > wrote: > >> Which one are you clone bro? >> >> On Thu, Sep 19, 2024, 9:18 P

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Firstly, i created virtual environment by python -m venv .venv .venv\Scripts\Activate.ps1 - activated the venv (.venv) $ python -m pip install django~=5.0.0 - installed django in it (.venv) $ python -m pip install black - installed black in it. (.venv) $ django-admin startproject django_project . -

Re: Django server msg Error

2024-09-19 Thread Gulshan Yadav
Please send me project name On Thu, Sep 19, 2024, 9:43 PM Gulshan Yadav wrote: > Which one are you clone bro? > > On Thu, Sep 19, 2024, 9:18 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >> What's your project folder? Did you create a new app inside the project? >> You

Re: Django server msg Error

2024-09-19 Thread Gulshan Yadav
Which one are you clone bro? On Thu, Sep 19, 2024, 9:18 PM RANGA BHARATH JINKA wrote: > Hi, > > What's your project folder? Did you create a new app inside the project? > You have registered your pages app URLs in the project. But you have to > create a new urls.py file inside the app and import

Re: Django server msg Error

2024-09-19 Thread RANGA BHARATH JINKA
Hi, What's your project folder? Did you create a new app inside the project? You have registered your pages app URLs in the project. But you have to create a new urls.py file inside the app and import view On Thu, Sep 19, 2024 at 9:00 PM Anudeep Gudimalla wrote: > Hi Bharath, > > Thanks for rea

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Please find the shell screenshot attached. Thank you. On Thu, Sep 19, 2024 at 11:28 AM Anudeep Gudimalla wrote: > Hi Bharath, > > Thanks for reaching out. > > I have created the urls.py and views.py under pages folder and navigated > as book says. > > please find the attachments. > > On Thu, Se

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Hi Bharath, Thanks for reaching out. I have created the urls.py and views.py under pages folder and navigated as book says. please find the attachments. On Thu, Sep 19, 2024 at 11:08 AM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Did you create a view and link it to a URL

Re: Django server msg Error

2024-09-19 Thread RANGA BHARATH JINKA
Hi, Did you create a view and link it to a URL like /home? Then, you have to go to that URL to see the message. Thanks, Bharath On Thu, Sep 19, 2024 at 8:31 PM Anudeep Gudimalla wrote: > Hi all > > Firstly, im learning Django by book "Django for beginners - WSVincent 5th > edition" in chapter-

Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Hi all Firstly, im learning Django by book "Django for beginners - WSVincent 5th edition" in chapter-2 i'm trying to up the server to display msg "Hello World!". The development server was up but it does not shows the msg. can anybody help me to do it. Please find the screenshot in attachment

Error importing HeaderWriteError from email.errors after upgrading to Django 4.2.16

2024-09-18 Thread Muzaffar
Hi, Recently, we upgraded to Django 4.2.16, then one of our Django servers crashed with the below error: gunicorn[1014232]: [18/Sep/2024 10:58:11][common.services.pandora_service._user_access_token:187][Root=1-66ea9623-5aee4eae0266bcd41a3a1159][DEBUG] Token retrieved in : 9.248 ms gunicorn

Re: why get_object_or_404 error is not using translation?

2024-05-19 Thread Natraj Kavander
ub.com/django/django/blob/8f205acea94e93a463109e08814f78c09307f2b9/django/shortcuts.py#L88 > My question is why it does not use translation? I searched the web but I > found nothing on why it does not use translation. > Also I like to know, how can I use a workaround to get a translated error > w

why get_object_or_404 error is not using translation?

2024-05-18 Thread Hossein Mahdavipour
is why it does not use translation? I searched the web but I found nothing on why it does not use translation. Also I like to know, how can I use a workaround to get a translated error when getting 404 without try except in all views. Thanks in advanced. -- You received this message becau

DO you know that error I been trying to fox it since 6 hours with no udaptes

2024-05-12 Thread Yann
TemplateDoesNotExist at /login/ usagers/login.html Request Method: GET Request URL: http://127.0.0.1:8000/login/ Django Version: 4.0.3 Exception Type: TemplateDoesNotExist Exception Value: usagers/login.html Exception Location: C:\Users\Yann\AppData\Local\Programs\Python\Python312\Lib\

Re: Problem to style form fields with error

2024-04-25 Thread Guido Luis Dalla Vecchia
e fields that allow the user to input his >> first name, last name and email. >> In my "forms.py" file, I've declared "clean" methods for each field, that >> add the "error" class to them if they don't pass the validation. >> In my CSS f

Problem to style form fields with error

2024-04-24 Thread Guido Luis Dalla Vecchia
lared "clean" methods for each field, that add the "error" class to them if they don't pass the validation. In my CSS file, I declared a rule that applies the "background-color: lightcoral" to all elements with the class ".error". The problem is tha

RESET PASSWORD ERROR IN DJNAGO

2024-02-08 Thread Benjamini Athanas
Hellow , guys how to fix this problem NoReverseMatch at /auth/reset/OTM/set-password/Reverse for 'password_reset_complete' not found. 'password_reset_complete' is not a valid view function or pattern name. -- You received this message because you are subscribed to the Google Groups "Django u

Re: Error while running '$ python manage.py collectstatic --noinput'.

2023-12-19 Thread ram.mu...@gmail.com
Hi Ihor, Thank you for your email. We do not have any reference to heroku but Digital Oceanś App platform is using heroku. We resolved the above error by adding this environment variable: DISABLE_COLLECTSTATIC = 1 But we are planning to enable this once the main deployment is done. Best

Re: Error while running '$ python manage.py collectstatic --noinput'.

2023-12-18 Thread Ihor Dmytrenko
Why you have heroku in your log? Remove all old dependency configs in your settings first and then you need specify ```python STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static'), ] STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') STATIC_URL = '/static/' HOME_DIRECTORY_SELF_STORAGE = o

Re: Error while running '$ python manage.py collectstatic --noinput'.

2023-12-16 Thread ram.mu...@gmail.com
Here is the static files setting that we have in our settings.py file: *STATIC_URL = '/static/'STATIC_ROOT = os.path.join(BASE_DIR, 'static')* On Saturday, December 16, 2023 at 7:02:46 PM UTC-7 Ram wrote: > Hi, > > Did anyone hit this error before during pro

Error while running '$ python manage.py collectstatic --noinput'.

2023-12-16 Thread Ram
Hi, Did anyone hit this error before during production server or any type of deployment. We tried deployment using Digital Oceanś App platform as a pre-prod deployment to check whether this App platform is feasible for our Django web site, but we are hitting this error no matter what ever

Re: Help with DRF error

2023-12-16 Thread Larry Martell
16, 2023 at 10:00 AM Larry Martell > wrote: > >> I have a DRF API. It is throwing an error that I have not been able to >> fix. >> >> Here is my view and serializer: >> >> class CreateNotations(CreateAPIView): >> permission_classes = [IsAuthenticated

Re: Help with DRF error

2023-12-16 Thread Reddy Tintaya
Can't you just use workitem = serializers.PrimaryKeyRelatedField( queryset=WorkItem.objects.all()) instead of workitem_id? On Sat, Dec 16, 2023 at 10:00 AM Larry Martell wrote: > I have a DRF API. It is throwing an error that I have not been able to fix. > > Here is my view

Help with DRF error

2023-12-16 Thread Larry Martell
I have a DRF API. It is throwing an error that I have not been able to fix. Here is my view and serializer: class CreateNotations(CreateAPIView): permission_classes = [IsAuthenticated] serializer_class = NotationListSerializer def post(self, request, *args, **kwargs): return

Re: Launching Our Django Developers' Error Resolution Group 🚀

2023-12-07 Thread o1bigtenor
On Thu, Dec 7, 2023 at 6:41 AM Kani Sbt wrote: > > Dear Django and RestFrameWork Community Members, > > I hope this message finds you well! We're thrilled to announce the launch of > a new initiative within our community — the Django Developers' Error > Resolution

Launching Our Django Developers' Error Resolution Group 🚀

2023-12-07 Thread Kani Sbt
Dear Django and RestFrameWork Community Members, I hope this message finds you well! We're thrilled to announce the launch of a new initiative within our community — the Django Developers' Error Resolution Group. In this group, we aim to foster collaboration and knowledge-sharing

Re: Postgres connection error

2023-10-10 Thread ASAMOAH EMMANUEL
GINE': 'django.db.backends.postgresql_psycopg2', >> 'NAME': 'knapds', >> 'USER': 'system', >> 'PASSWORD': 'password', >> 'HOST': 'localhost', >&g

Re: Postgres connection error

2023-10-10 Thread Joyce Mumbi
7;: 'knapds', > 'USER': 'system', > 'PASSWORD': 'password', > 'HOST': 'localhost', > 'PORT': 5432, > > > Install pgadmin and run with the setup with the credentials above &g

Re: Postgres connection error

2023-10-09 Thread Nana Bright Atsiatorme
Install pgadmin and run with the setup with the credentials above Make sure the it running the apply the migrations The error is from the port number -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop re

Re: Postgres connection error

2023-10-08 Thread Pranav Sawant
- > (Unsigned mail from my phone) > > > > Original message > From: Pranav Sawant > Date: 9/10/23 01:24 (GMT+10:00) > To: Django users > Subject: Postgres connection error > > *Hey all, I am new to django* > *and i want to connect to postgresql * >

Re: Postgres connection error

2023-10-08 Thread Sebastian Jung
Johannesburg'; GRANT ALL PRIVILEGES ON DATABASE knapds > TO system; \q > *in settings.py:* > > 'ENGINE': 'django.db.backends.postgresql_psycopg2', > 'NAME': 'knapds', > 'USER': 'system', > 'PASSWORD':

RE: Postgres connection error

2023-10-08 Thread Mike Dewhirst
nav Sawant Date: 9/10/23 01:24 (GMT+10:00) To: Django users Subject: Postgres connection error Hey all, I am new to djangoand i want to connect to postgresql what I have doing:At postgres plsqlCREATE DATABASE knapds; CREATE USER system WITH PASSWORD 'password'; ALTER ROLE system SE

Postgres connection error

2023-10-08 Thread Pranav Sawant
;USER': 'system', 'PASSWORD': 'password', 'HOST': 'localhost', 'PORT': '', *and I am getting this error:* django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (permission denied

django form validation error massage not showing. please help me out

2023-09-15 Thread Mohammad Shahidullah
{{form.emp_code|as_crispy_field}} {{form.position|as_crispy_field}} {{form.Department|as_crispy_field}} {{form.password_first|as_crispy_field}}

Error when trying to implement google Oauth sign in using react and django

2023-09-03 Thread david ekechukwu
I am using React and Django to implement an OAuth Google login, however whenever I send the request, I receive the access denied error. I am handling the request in the backend using the drf-Social-Oauth2 library. {"error":"access_denied","error_description":&qu

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread Peter Benjamin Ani
Where are you hosting? On Thu, 24 Aug 2023 at 22:37, ALINDA Fortunate wrote: > Hello family some help i have this error > > Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure it's > installed and available on your PYTHONPATH environment variable? Did yo

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread ivan harold
mily some help i have this error >> >> Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure >> it's installed and available on your PYTHONPATH environment variable? Did >> you forget to activate a virtual environment? >> Aug 25 12:28:30 AM =

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread ivan harold
https://www.freecodecamp.org/news/deploying-a-django-app-to-render/ On Friday, August 25, 2023 at 9:00:08 PM UTC+8 Abdulrahman Abbas wrote: > Are you using virtual environment? > > On Thu, Aug 24, 2023, 22:37 ALINDA Fortunate > wrote: > >> Hello family some help i have th

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread Abdulrahman Abbas
Are you using virtual environment? On Thu, Aug 24, 2023, 22:37 ALINDA Fortunate wrote: > Hello family some help i have this error > > Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure it's > installed and available on your PYTHONPATH environment variabl

Help on Error while deploying a django app on render.

2023-08-24 Thread ALINDA Fortunate
Hello family some help i have this error Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment? Aug 25 12:28:30 AM ==> Build failed 😞 Y

Re: Error while showing detailed post

2023-08-22 Thread Mvd Raghava
what issue are you facing. please send the error On Sat, Aug 19, 2023 at 9:03 PM Dhiraj Kumar wrote: > Hi new in Django, > > I want to display details post to the template but facing issue while > trying to fetch post by id on the click of Continue Reading > , > Views.py &g

Error while showing detailed post

2023-08-19 Thread Dhiraj Kumar
Hi new in Django, I want to display details post to the template but facing issue while trying to fetch post by id on the click of Continue Reading , Views.py def show(request, id): print(id) try: showPost = post.objects.get(id=id) # Assuming your model is named 'post' except

Re: any any help me to solve below error in my django project

2023-08-07 Thread Brian Gitau
t 2:40 PM AKHIL KORE wrote: > I got the error in my below existings django files. Please solve this > error and check all below files code. > > File "C:\django2pm\myvenv\lib\site-packages\django\urls\resolvers.py", > line 725, in url_patterns > raise ImproperlyConfi

any any help me to solve below error in my django project

2023-08-07 Thread AKHIL KORE
I got the error in my below existings django files. Please solve this error and check all below files code. File "C:\django2pm\myvenv\lib\site-packages\django\urls\resolvers.py", line 725, in url_patterns raise ImproperlyConfigured(msg.format(name=self.urlconf_nam

Re: Error regarding Deployment on Vercel

2023-08-07 Thread krishna soni
how? On Sunday, 6 August, 2023 at 10:09:37 pm UTC+5:30 Mithilesh Rawani wrote: > Yes it's easy > > On Sun, 6 Aug 2023, 4:36 pm krishna soni, wrote: > >> recently I have deployed a project on vercel " >> https://blogstar-web.vercel.app/"; >> givin

Re: Error regarding Deployment on Vercel

2023-08-06 Thread Mithilesh Rawani
Yes it's easy On Sun, 6 Aug 2023, 4:36 pm krishna soni, wrote: > recently I have deployed a project on vercel " > https://blogstar-web.vercel.app/"; > giving me error 404 not found can any one tell why this error is coming > ??? I have searched on google regarding

Error regarding Deployment on Vercel

2023-08-06 Thread krishna soni
recently I have deployed a project on vercel "https://blogstar-web.vercel.app/"; giving me error 404 not found can any one tell why this error is coming ??? I have searched on google regarding this but not found helpful -- You received this message because you are subscribed to

When i Host i ger=t this error ,i couldn't solve it help me please

2023-08-01 Thread Kani Sbt
File "/home/sbthrmodule/public_html/venv/lib/python3.11/site-packages/MySQLdb/__init__.py", line 121, in Connect return Connection(*args, **kwargs) ^^^ File "/home/sbthrmodule/public_html/venv/lib/python3.11/site-packages/MySQLdb/connections.py", lin

Re: I need your helf, I got this below error, after post the django server 8000 on google browser. Please correct my django project code?

2023-07-23 Thread Fikayo Soetan
Good day, In the project urlpatterns it's meant to be ""(two quotation marks) instead of "(one). Also, in the app you have not configured any path to handle the http://127.0.0.1:8000/. What you have is for the other views like signup and all. You need a base one like path("", ... Adjust that a

I need your helf, I got this below error, after post the django server 8000 on google browser. Please correct my django project code?

2023-07-23 Thread AKHIL KORE
Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/ Using the URLconf defined in question_post.urls, Django tried these URL patterns, in this order: 1.admin/ 2.signup/ [name='signup'] 3.login/ [name='login'] 4.logout/ [name='logout'] 5.post_question/ [name='post_question']

Re: got url error in app/urls.py file

2023-06-06 Thread Paul Haguet
It's extremely basic error... File urls.py line 3 the import is invalid as it say into the trace. cretae??? Where is this function? I think "create" is the good function name: canno't import name crétin from 'audio_api.views... Le mardi 6 juin 2023 à 14:15:25 UTC+2, AK

RE: Please help me solving this error

2023-05-24 Thread prdpchowdhary
My code is import re iine = “My name is Bahtta. I want to learn”print(re.findall('[aeiou]+', line))And is it is running okSent from Mail for Windows From: Ramesh BhattaSent: Wednesday, May 24, 2023 6:41 AMTo: django-users@googlegroups.comSubject: Please help me solving this error Trace

Please help me solving this error

2023-05-23 Thread Ramesh Bhatta
Traceback (most recent call last): File "C:\users\rudra\desktop\python\client2.py", line 1, in import urllib.request File "C:\Users\Rudra\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 84, in import base64 File "C:\Users\Rudra\AppData\Local\Programs\Python\Pyth

Re: i am getting this error when i try to search in admin panel

2023-05-18 Thread Brian Gitau
The issue lies in specifying ForeignKey fields (state, district, and taluka) within the search_fields. ForeignKey fields cannot be searched using 'icontains' because it requires a direct string comparison. Instead, you can search based on the related field's attributes. To resolve

i am getting this error when i try to search in admin panel

2023-05-18 Thread Ravindra Magar
i am getting this error when i try to search in admin panel FieldError at /admin/school/center/ Unsupported lookup 'icontains' for ForeignKey or join on the field not permitted. admin.py @admin.register(Center) class CenterAdmin(ImportExportModelAdmin, admin.ModelAdmin): list_disp

Re: django smtp.gmail error

2023-05-17 Thread Chelsea Fan
thank you )) On Thu, May 18, 2023 at 9:52 AM Vishesh Mangla wrote: > > https://medium.com/@manglavishesh64/using-gmail-smtp-with-3rd-party-apps-be3e15f4a7fc > > On Wed, 17 May, 2023, 19:50 Chelsea Fan, > wrote: > >> how can I find your medium stories? >> >> On Wed, May 17, 2023 at 7:09 PM Vishe

Re: django smtp.gmail error

2023-05-17 Thread Vishesh Mangla
https://medium.com/@manglavishesh64/using-gmail-smtp-with-3rd-party-apps-be3e15f4a7fc On Wed, 17 May, 2023, 19:50 Chelsea Fan, wrote: > how can I find your medium stories? > > On Wed, May 17, 2023 at 7:09 PM Vishesh Mangla > wrote: > >> You can't use SMTP with Google. >> You need to use oauth t

Re: django smtp.gmail error

2023-05-17 Thread Lakshyaraj Dash
Dear Vishesh, You can use SMTP login with 2FA. I've also built many applications using SMTP On Wed, May 17, 2023, 19:39 Vishesh Mangla wrote: > You can't use SMTP with Google. > You need to use oauth through Google cloud platform. Actually there is one > way to use SMTP with Google to login thro

Re: django smtp.gmail error

2023-05-17 Thread Lakshyaraj Dash
Bro if so then check the email address with which you created your app password and the email address used by your application. Thanks and regards Lakshyaraj Dash On Wed, May 17, 2023, 19:35 Chelsea Fan wrote: > I deleted all passwords and thhen created new password but nothig was > happen > >

Re: django smtp.gmail error

2023-05-17 Thread Chelsea Fan
how can I find your medium stories? On Wed, May 17, 2023 at 7:09 PM Vishesh Mangla wrote: > You can't use SMTP with Google. > You need to use oauth through Google cloud platform. Actually there is one > way to use SMTP with Google to login through third party apps. Check out my > stories on medi

Re: django smtp.gmail error

2023-05-17 Thread Vishesh Mangla
You can't use SMTP with Google. You need to use oauth through Google cloud platform. Actually there is one way to use SMTP with Google to login through third party apps. Check out my stories on medium. I had written one for a solution. On Wed, 17 May, 2023, 19:36 Vishesh Mangla, wrote: > Are you

Re: django smtp.gmail error

2023-05-17 Thread Chelsea Fan
yeah On Wed, May 17, 2023 at 7:07 PM Vishesh Mangla wrote: > Are you logging through Gmail? > > On Wed, 17 May, 2023, 19:35 Chelsea Fan, > wrote: > >> I deleted all passwords and thhen created new password but nothig was >> happen >> >> On Wed, May 17, 2023 at 6:54 PM Lakshyaraj Dash < >> dashl

Re: django smtp.gmail error

2023-05-17 Thread Vishesh Mangla
Are you logging through Gmail? On Wed, 17 May, 2023, 19:35 Chelsea Fan, wrote: > I deleted all passwords and thhen created new password but nothig was > happen > > On Wed, May 17, 2023 at 6:54 PM Lakshyaraj Dash < > dashlakshyaraj2...@gmail.com> wrote: > >> First verify if the email through whic

Re: django smtp.gmail error

2023-05-17 Thread Chelsea Fan
I deleted all passwords and thhen created new password but nothig was happen On Wed, May 17, 2023 at 6:54 PM Lakshyaraj Dash < dashlakshyaraj2...@gmail.com> wrote: > First verify if the email through which the app password was created is > same or different. If different then it will not work. >

Re: django smtp.gmail error

2023-05-17 Thread Lakshyaraj Dash
First verify if the email through which the app password was created is same or different. If different then it will not work. OR Please recreate a new app and copy the password again and enter. Thanks and Regards Lakshyaraj Dash On Wed, May 17, 2023, 19:17 Chelsea Fan wrote: > how can I solve

django smtp.gmail error

2023-05-17 Thread Chelsea Fan
how can I solve this? I enabled 2fa then created app password but it does not work. smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. Learn more at\n5.7.8 https://support.google.com/mail/?p=BadCredentials ev21-20020a17090729d500b00965b416585bsm12337451ejc.118 - gsmt

Re: NoReverseMatch at /home/ error

2023-04-23 Thread Parfait TOLEFO
t TOLEFO schrieb am So., 23. Apr. 2023, > 18:21: > >> [image: error.png]Hello everyone, please, I have this error *NoReverseMatch >> at /home/ *when I want to put link to home page from other page. >> >> [image: VEW.png] >> This is my views.py content >> >

Re: Django urls error

2023-04-23 Thread Nitesh Solanki
ite any string on the urls.py of myapp/urls.py >> Ex path('',hello_delhi_capitals,name="hello_delhi_capitals"), >> >> On Sat, 15 Apr, 2023, 7:29 am Muhammad Juwaini Abdul Rahman, < >> juw...@gmail.com> wrote: >> >>> In your urls.py you use &#x

Re: Django urls error

2023-04-22 Thread ritik sahoo
juwa...@gmail.com> wrote: > >> In your urls.py you use '/hello' but in your browser you type '/home'. >> >> On Sat, 15 Apr 2023 at 06:07, lalit upadhyay >> wrote: >> >>> *I have copied my code here. Plz fix this error:* >>> &g

Re: Django urls error

2023-04-17 Thread Tarun Miri
ur browser you type '/home'. > > On Sat, 15 Apr 2023 at 06:07, lalit upadhyay > wrote: > >> *I have copied my code here. Plz fix this error:* >> >> >> view.py >> from django.http import HttpResponse >> >> >> def hello_delh

Re: Django urls error

2023-04-17 Thread Tahir Munir Faraz
, but in your browser you are going to 'home', that > path does not exist > > On Fri, 14 Apr 2023 at 23:07, lalit upadhyay > wrote: > >> *I have copied my code here. Plz fix this error:* >> >> >> view.py >> from django.http import HttpResponse

Re: Django urls error

2023-04-16 Thread oluwafemi damilola
Your path is 'hello/', but in your browser you are going to 'home', that path does not exist On Fri, 14 Apr 2023 at 23:07, lalit upadhyay wrote: > *I have copied my code here. Plz fix this error:* > > > view.py > from django.http import HttpResponse >

Re: Django urls error

2023-04-16 Thread oluwafemi damilola
If you are still getting the error if you visit the 'hello' path, then you should visit 'hello/hello/' On Sun, 16 Apr 2023 at 11:19, oluwafemi damilola wrote: > Your path is 'hello/', but in your browser you are going to 'home', that > path d

Re: Django urls error

2023-04-15 Thread 'Kasper Laudrup' via Django users
On 14/04/2023 21.48, lalit upadhyay wrote: * I have copied my code here. The code is from a project called "myproject" Plz fix this error: The error is from a project called "Tesing". You can ignore all other answers you've been given so far until you fig

Re: Django urls error

2023-04-15 Thread Karthik V A
:30 lalit upadhyay wrote: > >> *I have copied my code here. Plz fix this error:* >> >> >> view.py >> from django.http import HttpResponse >> >> >> def hello_delhi_capitals(request): >> return HttpResponse('Hello Delhi Capitals!') >

Re: Django urls error

2023-04-15 Thread Lawal Tobiloba Samuel
27 AM lalit upadhyay wrote: > > *I have replaced URL ‘home/’ to ‘hello/’ but still i got same error* > On Saturday, April 15, 2023 at 7:29:15 AM UTC+5:30 Muhammad Juwaini Abdul > Rahman wrote: > >> In your urls.py you use '/hello' but in your browser you type '/

Re: Django urls error

2023-04-15 Thread b1t
rday, 15 April 2023 at 13:57:36 UTC+5:30 lalit upadhyay wrote: > > *I have replaced URL ‘home/’ to ‘hello/’ but still i got same error* > On Saturday, April 15, 2023 at 7:29:15 AM UTC+5:30 Muhammad Juwaini Abdul > Rahman wrote: > >> In your urls.py you use '/hello'

Re: Django urls error

2023-04-15 Thread አብርሃም መስፍን
iews > > urlpatterns = [ > path('', views.index, name="index"), > ] > > On Saturday, April 15, 2023 at 2:01:53 PM UTC+5:30 Karthik V A wrote: > >> Remove admin/ url pattern at urls.py in myapp >> >> On Sat, 15 Apr, 2023, 1:58 pm lalit u

Re: Django urls error

2023-04-15 Thread Shaikh Mudassir
;, include('myapp.urls'))* On Saturday, April 15, 2023 at 2:01:53 PM UTC+5:30 Karthik V A wrote: > Remove admin/ url pattern at urls.py in myapp > > On Sat, 15 Apr, 2023, 1:58 pm lalit upadhyay, > wrote: > >> >> *I have replaced URL ‘home/’ to ‘hello/’ but s

Re: Django urls error

2023-04-15 Thread Lawal Tobiloba Samuel
route for "home" On Fri, Apr 14, 2023, 11:07 PM lalit upadhyay wrote: > *I have copied my code here. Plz fix this error:* > > > view.py > from django.http import HttpResponse > > > def hello_delhi_capitals(request): > return HttpResponse('Hello

Re: Django urls error

2023-04-15 Thread Lawal Tobiloba Samuel
wser, you are suppose to use > localhost:8000/hello, not localhost:home. > > > > Remember: you did not create a route for "home" > > On Fri, Apr 14, 2023, 11:07 PM lalit upadhyay > wrote: > >> *I have copied my code here. Plz fix this error:* >> >>

Re: Django urls error

2023-04-15 Thread b1t
ou haven't defined the home url that you are trying to access On Saturday, 15 April 2023 at 03:37:38 UTC+5:30 lalit upadhyay wrote: > *I have copied my code here. Plz fix this error:* > > > view.py > from django.http import HttpResponse > > > def hello_delh

Re: Django urls error

2023-04-15 Thread b1t
You are trying to access the home/ URL which u haven't defined yet On Saturday, 15 April 2023 at 03:37:38 UTC+5:30 lalit upadhyay wrote: > *I have copied my code here. Plz fix this error:* > > > view.py > from django.http import HttpResponse > > > def hello_delh

Re: Django urls error

2023-04-15 Thread lalit upadhyay
pp > > On Sat, 15 Apr, 2023, 1:58 pm lalit upadhyay, > wrote: > >> >> *I have replaced URL ‘home/’ to ‘hello/’ but still i got same error* >> On Saturday, April 15, 2023 at 7:29:15 AM UTC+5:30 Muhammad Juwaini Abdul >> Rahman wrote: >> >>> In

Re: Django urls error

2023-04-15 Thread Karthik V A
Remove admin/ url pattern at urls.py in myapp On Sat, 15 Apr, 2023, 1:58 pm lalit upadhyay, wrote: > > *I have replaced URL ‘home/’ to ‘hello/’ but still i got same error* > On Saturday, April 15, 2023 at 7:29:15 AM UTC+5:30 Muhammad Juwaini Abdul > Rahman wrote: > >> In

Re: Django urls error

2023-04-14 Thread Muhammad Juwaini Abdul Rahman
In your urls.py you use '/hello' but in your browser you type '/home'. On Sat, 15 Apr 2023 at 06:07, lalit upadhyay wrote: > *I have copied my code here. Plz fix this error:* > > > view.py > from django.http import HttpResponse > > > def hello_de

Re: Django audio recording issue: receiving Bad Request error

2023-04-04 Thread Ahmed omar miladi
will >> save a audio file (wav). However, I have receive a bad request error and >> the audio file is not created. >> >> I have posted the code at stack overflow: >> https://stackoverflow.com/q/75853749/21499403 >> >> Can anyone help me please. >> &

  1   2   3   4   5   6   7   8   9   10   >