help

26 views
Skip to first unread message

Peter Kirieny

unread,
Jun 22, 2020, 3:04:55 PM6/22/20
to django...@googlegroups.com
can someone help with this please

django.db.utils.OperationalError: FATAL:  password authentication failed for user "Admin"

Jatin Agrawal

unread,
Jun 22, 2020, 4:03:58 PM6/22/20
to Django users
Are you using postgres?

Peter Kirieny

unread,
Jun 23, 2020, 8:51:36 AM6/23/20
to django...@googlegroups.com
yes, postgres

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cea920f9-7c3d-4eb7-89fc-c61135652807o%40googlegroups.com.

meera gangani

unread,
Jun 23, 2020, 9:46:58 AM6/23/20
to django...@googlegroups.com
DATABASES = {
'default': {
    'ENGINE': 'django.db.backends.postgresql_psycopg2',
    'NAME': 'my_local_db',
    'USER': 'admin',
    'PASSWORD': 'mypassword',
    'HOST': 'localhost',
}
Otherwise
'USERNAME': 'admin',
You can try both !

Peter Kirieny

unread,
Jun 23, 2020, 11:17:18 AM6/23/20
to django...@googlegroups.com
thank you
how do i activate virtual environment please?

Kasper Laudrup

unread,
Jun 23, 2020, 11:36:09 AM6/23/20
to django...@googlegroups.com
Hi Peter,

On 23/06/2020 13.15, Peter Kirieny wrote:
> thank you
> how do i activate virtual environment please?
>

https://hostadvice.com/how-to/how-to-create-a-virtual-environment-for-your-django-projects-using-virtualenv/

Was the first result I could find on a Google search.

Kind regards,

Kasper Laudrup

Robert Rajendra

unread,
Jun 24, 2020, 5:36:48 AM6/24/20
to django...@googlegroups.com
to configure virtual environment 
1. python<version> -m pip install virtualenv
2. go to project folder and type:- virtualenv <name of the project>
3. source <project_name>/bin/activate
4. Once it is activated you will see the name of your project in the left corner of your terminal enclosed within () 
5. pip install <library name >
6. make sure to create a requirements.txt file after finishing the project so that you can Deploy and install the dependencies into the server as well

thanks

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.


--

Robert Rajendra

Associate Network/Server Support Engineer

ITH

P: +91 863.087.3094

W: www.ITHands.com

RaviKiran Kk

unread,
Jun 24, 2020, 5:43:54 AM6/24/20
to django...@googlegroups.com
Hello All,

Any one used django for IoT applications?

Regards
Ravi

Kasper Laudrup

unread,
Jun 24, 2020, 7:45:28 AM6/24/20
to django...@googlegroups.com
Hi RaviKiran,

On 24/06/2020 07.42, RaviKiran Kk wrote:
> Hello All,
>
> Any one used django for IoT applications?
>

Learn how to use Google Groups (or mailling lists):

https://www.dummies.com/education/internet-basics/how-to-post-messages-in-google-groups/

Kind regards,

Kasper Laudrup

Peter Kirieny

unread,
Jun 24, 2020, 1:58:58 PM6/24/20
to django...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages