djangodbconnect (1) 썸네일형 리스트형 [postgres] MAC postgres 설치 & 데이터베이스 생성 & django + postgreSQL 데이터베이스 연결 https://postgresapp.com/downloads.html 여기서 latest version을 다운로드 한다. 이런 팝업이 뜨면 Postgres.app 을 Applications에 드래그 한다. 그러면 Applications 폴더에 Postgre가 생긴다. 실행을 한다. Application에서 postgres app을 실행한다. 처음 실행하면 Initialize 버튼을 클릭한다. PostgreSQL 에서 root 계정이 postgres인것 같다. postgres를 더블클릭하면 터미널이 열린다. postgres계정 비밀번호를 세팅한다. postgres=# \password postgres Postgres create database - Postgres 데이터베이스 생성하기 - dbredb 라는.. 이전 1 다음