Guys, thanks for the help everyone but I just used vim and rewrote the code
again)
On Thursday, 5 December 2024 at 15:02:36 UTC+3 Олександр Рябов wrote:
> Hello! I'm facing an issue when running my Django project. I get the
> following error:
>
> AttributeError: module
is your VS Code on auto save
On Thursday, December 5, 2024 at 1:02:36 PM UTC+1 Олександр Рябов wrote:
> Hello! I'm facing an issue when running my Django project. I get the
> following error:
>
> AttributeError: module 'polls.views' has no attribute 'index
Have you configured the templates settings in your settings.py file. Such
that Django knows where to locate all your templates from.
+256774339676
"If you want to live a happy life, tie it to a goal, not to people or
things."
A graduate of Bachelors Degree of Science in Computer Science of Gulu
The errors are pretty clear here:
*Template-loader postmortem*
Django tried loading these templates, in this order:
Using engine django:
- django.template.loaders.filesystem.Loader:
/storage/emulated/0/pro/templates/land/lands.htmI (Source does not exist)
- django.template.loaders.app_di
Did you add the app to the settings.py lists of apps?
El lun, 11 nov 2024 a las 14:20, Heman Okumbo ()
escribió:
> Hello everyone, how comes the template lands.html is not working? while
> the template -loader postmortem shows that it has searched the
> directory/storage/emulated/0/pro/template
locate django projects' directory and find settings.py. Open settings.py
and define your created apps on INSTALLED_APPS = [ 'app']. if error still
occurs, activate virtual env for that specific project.
On Tue, Oct 15, 2024, 1:14 AM Kashaf Online wrote:
> okay I got the poin
Hi ,
did yout sorted this error
On Mon, 14 Oct 2024 at 16:14, Kashaf Online wrote:
> okay I got the point thank you so uch
>
> On Sunday, October 13, 2024 at 5:19:05 PM UTC-7 Sri Santhosh wrote:
>
>> Shows there is some issue in the settings.py
>>
>> On Fri, Oct 1
okay I got the point thank you so uch
On Sunday, October 13, 2024 at 5:19:05 PM UTC-7 Sri Santhosh wrote:
> Shows there is some issue in the settings.py
>
> On Fri, Oct 11, 2024, 1:49 AM Kashaf Online wrote:
>
>> Greetings everyone!
>>
>> I just want to express my trouble . I want to create a C
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
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
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
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
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,
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
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
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
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
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:
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
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
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
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
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
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 . -
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
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
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
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
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
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-
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
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
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
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
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\
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
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
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
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
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
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
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
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
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
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
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
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
GINE': 'django.db.backends.postgresql_psycopg2',
>> 'NAME': 'knapds',
>> 'USER': 'system',
>> 'PASSWORD': 'password',
>> 'HOST': 'localhost',
>&g
7;: 'knapds',
> 'USER': 'system',
> 'PASSWORD': 'password',
> 'HOST': 'localhost',
> 'PORT': 5432,
>
>
> Install pgadmin and run with the setup with the credentials above
&g
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
-
> (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 *
>
Johannesburg'; GRANT ALL PRIVILEGES ON DATABASE knapds
> TO system; \q
> *in settings.py:*
>
> 'ENGINE': 'django.db.backends.postgresql_psycopg2',
> 'NAME': 'knapds',
> 'USER': 'system',
> 'PASSWORD':
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
;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
{{form.emp_code|as_crispy_field}}
{{form.position|as_crispy_field}}
{{form.Department|as_crispy_field}}
{{form.password_first|as_crispy_field}}
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
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
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 =
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
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
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
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
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
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
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
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
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
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
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
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
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']
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
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
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
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
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
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
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
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
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
>
>
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
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
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
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
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.
>
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
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
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
>>
>
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
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
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
, 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
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
>
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
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
: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!')
>
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 '/
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'
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
;, 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
1 - 100 of 4748 matches
Mail list logo