django module not found

2022-01-24 Thread 'Delvin Alexander' via Django users
Hello, I am new and just started to learn Django. I am attempting to create my first application and ofcourse progress to a website but i am having difficulty at the moment. here is whats going on: ["Import "django.shortcut" could not be resolvedPylancereportMissingImports

web page blank

2022-02-01 Thread 'Delvin Alexander' via Django users
Hello everyone, I am currently following a django tutorial regarding applications. I have followed through completely but for some reason, when I run server, i incur no errors but the web page is blank. Why would this be? Here is what is not displayed: from my Home.html file: {%

Re: web page blank

2022-02-07 Thread 'Delvin Alexander' via Django users
>> >> context = { >> 'posts': post >> } >> >> 'Delvin Alexander' via Django users >> schrieb am Mi., 2. Feb. 2022, 06:59: >> >>> Hello everyone, >>> >>> I am currently following a django tutorial regardi

migrations: "no changes detected"

2022-02-07 Thread 'Delvin Alexander' via Django users
I am trying to run migrations so that i can create a table, but when I type out, "python manage.py makemigrations" it returns this: "no changes detected" would anyone know the reason for this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: migrations: "no changes detected"

2022-02-08 Thread 'Delvin Alexander' via Django users
ntrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', On Mon, Feb 7, 2022 at 9:37 PM RANGA BHARATH JINKA wrote: > Hi, > > I think you forgot to add the app name in settings file. Please add the > app names in installed apps. Then it will find out the

Re: migrations: "no changes detected"

2022-02-08 Thread 'Delvin Alexander' via Django users
...@gmail.com <https://mailto:bharathjink...@gmail.com>> wrote: > > Hi, > > I think you forgot to add the app name in settings file. Please add the > app names in installed apps. Then it will find out the models. > > All the best > > > On Tue, 8 Feb 2022, 10:

profile page and new user will not save

2022-02-22 Thread &#x27;Delvin Alexander&#x27; via Django users
Hello Everyone, I am having trouble saving a new profile, and user when they are created. Upon creating a new user and profile, i get this: "TypeError: Profile.save() got an unexpected keyword argument 'force_insert'" Would anyone know why this is popping up for me Here is my work for th

Re: profile page and new user will not save

2022-03-09 Thread &#x27;Delvin Alexander&#x27; via Django users
ong with the signals. Paste your signals.py file. > > On Wed, Feb 23, 2022, 10:52 AM 'Delvin Alexander' via Django users < > django...@googlegroups.com> wrote: > >> Hello Everyone, >> >> I am having trouble saving a new profile, and user when they are

runserver not working

2022-03-21 Thread &#x27;Delvin Alexander&#x27; via Django users
would anyone know why my "manage.py runserver" is not working? Every time i try running it on the command prompt, i get relocated to my visual studio of manage.py file that states this: #*!/usr/bin/env python* *"""Django's command-line utility for administrative tasks."""* *import os* *import sy

Re: runserver not working

2022-03-22 Thread &#x27;Delvin Alexander&#x27; via Django users
i did that but the problem still remains :( On Tuesday, March 22, 2022 at 2:09:33 AM UTC-7 sebasti...@gmail.com wrote: > Hey, > > I think yoz don't have installed django package. Please install it over > pip install django > > Regards > > 'Delvin Alexander&#

FileNotFoundError at /login/

2022-03-23 Thread &#x27;Delvin Alexander&#x27; via Django users
would anyone know why this is popping up for me and where can i go to solve this issue? - [Errno 2] No such file or directory: 'C:\\Users\\delvi\\django_project\\media\\default.jpg' *Here is my models.py:* from django.db import models from django.contrib.auth.models import User from PIL import

Re: FileNotFoundError at /login/

2022-03-24 Thread &#x27;Delvin Alexander&#x27; via Django users
I did just that but now this error popped up on my visual code. Will i have to go into my setting.py file and create a new app for my models.py? *Exception has occurred: ImproperlyConfigured* *Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environm

Stuck

2022-03-27 Thread &#x27;Delvin Alexander&#x27; via Django users
Hello everyone, I am trying to register a new user by watching the Django tutorial. I have created the new user but upon attempting to log the new user in I get an, *"FileNotFoundError at /login/[Errno 2] No such file or directory: 'C:\\Users\\delvi\\django_project\\media\\default.jpg'"* But

delete button

2022-04-12 Thread &#x27;Delvin Alexander&#x27; via Django users
Hello everyone, i am having trouble. i created a delete button but my page does not confirm the deletion of the post, nor does it redirect to another page. may someone help guide me on what it is i have done wrong and explain for me please? - I feel as though the problem could be located in my

Re: delete button

2022-04-13 Thread &#x27;Delvin Alexander&#x27; via Django users
yself during the reduction process.) > > Regards, > > Antonis > > On 13/04/2022 07.32, 'Delvin Alexander' via Django users wrote: > > Hello everyone, > > i am having trouble. i created a delete button but my page does not > confirm the deletion of the post,

SMTP Authentification error

2022-04-26 Thread &#x27;Delvin Alexander&#x27; via Django users
Hello everyone, May you please assist in informing me on what i need to do to resolve this issue. - *SMTPAuthenticationError at /password-reset/* *- (535, b'5.7.8 Username and Password not accepted. Learn more at\n5.7.8 https://support.google.com/mail/?p=BadCredentials j64-20020a62c54300

Re: SMTP Authentification error

2022-04-27 Thread &#x27;Delvin Alexander&#x27; via Django users
email password, > > *EMAIL_HOST_USER = os.environ.get('DB_USER')* > *EMAIL_HOST_PASSWORD = os.environ.get('DB_PASSWORD')* > > Regards, > > Julio Cojom > > El mar, 26 abr 2022 a las 23:38, 'Delvin Alexander' via Django users (< > djang

Re: SMTP Authentification error

2022-04-27 Thread &#x27;Delvin Alexander&#x27; via Django users
'webmaster@localhost')* On Wednesday, April 27, 2022 at 12:27:02 AM UTC-7 dashlaksh...@gmail.com wrote: > Check whether you have turned on less secure apps or not. > > On Wed, Apr 27, 2022, 11:07 'Delvin Alexander' via Django users < > django...@googlegroups.co

Re: SMTP Authentification error

2022-04-29 Thread &#x27;Delvin Alexander&#x27; via Django users
ASSWORD')* > in this code you just need to provide that email on which you will > receive the email i means that gmail account why you use the db user or > db password ? > here the solution to receive emails like > *EMAIL_HOST_USER = exa...@gmail.com* > *EMAIL_HOST_PAS

Re: SMTP Authentification error

2022-05-01 Thread &#x27;Delvin Alexander&#x27; via Django users
are applicable if you want? > > Mahendra Yadav > > On Wed, 27 Apr 2022, 11:08 am 'Delvin Alexander' via Django users, < > django...@googlegroups.com> wrote: > >> Hello everyone, >> >> May you please assist in informing me on what i need to do to resol