Installing a Postgres Database. Django project tutorial. [3]

preview_player
Показать описание
Django project tutorial. [3] Installing a Postgres Database

More Details about this series
Here is the breakdown of what we cover in the series.

1. Project Introduction/ Features Overview.

4. Setting up static assets HTML/CSS/JS.

6. Heroku Deployment.

7. Ajax User Email Registration.

18. Create, Read, Update, Delete, Search, Paginate Income Records.

Subscribe To the Channel.

Full PlayList.

Project Source Code.
Рекомендации по теме
Комментарии
Автор

In module psycopg2 error also you can install it using module "psycopg2-binary". Thanks so much for this course, I'm really enjoying!

sevollit
Автор

Nice tutorials most underrated django tutorials on youtube

gangavarapuvasu
Автор

yes this is it the continuation thank you, next time i'l do this thanks man

Eva-usss
Автор

I can't get settings.py to recognize .env... The "fe_sendauth: no password" still appears, I'm placing the values manually in the meanwhile

rodrigosegura
Автор

i am using conda env what should i do in place of creating .env file

yuvatimankar
Автор

Installing PostgreSQL on my Mac Big Sur was a nightmare, but made it work finally... spend 5 hours only on that...

mrvalvet
Автор

my terminal is saying no password supplied even when i hard-code the passwords in locally. anyone know whats going on?

Eddie_He
Автор

for any one encounter issues on installing psycopg2 on mac use the following steps on your teminal:
Step 1:
- export
- export PATH=$PATH:$PG_HOME/bin
Step 2:
- pip install psycopg2

ibramou
Автор

So, I'm gonna back to settings without .env to postgres and try continue watching playlist

brainiacmarco
Автор

source .env
is not recognized as an internal or external command (if you getting this error), use *git Bash* open folder > right click(mouse 2) > choose *git bash* > *type* source .env

mightyowl
Автор

for all those who had some issue with .env file on mac
I used command "touch .env " in terminal to create that file and only that make that file visible to a server.

mateusz
Автор

Can I continue with the default MySQL I'm finding it difficult to install PostgreSQL
Im using parrot os

josephtobi
Автор

This didn't work for me but thanks for your kind efforts

elishaa
Автор

I’m having issues with pip lock for installing postgresql any suggestions

rishipatel
Автор

hey, thius is doable in mysql right? coz when i install pgadmin4 and open it, its only showing html structure and layout, rendering it useless

joakimjocka
Автор

.env file do not work in window. What to do?

sherukhan
Автор

i cannot install the psycopg2, there is an error when i run pipenv install psycopg2=2.7.7

fabianfranco
Автор

source .env
is not recognized as an internal or external command,
operable program or batch file.

misacuba
Автор

Thanks for this wonderful tutorial. At around 13:50 you resolved the "no password supplied" error using source .env command. This is where I got confused. Please how can I do this on windows cmd?

orebekunle
Автор

HI, source .env not command not recognized...
'source' is not recognized as an internal or external command,
operable program or batch file.

Kindly help here ...how to source with another method since the source command seems not to work

ThePANTHERO