Django 2.2 & Python: The Ultimate Web Development Bootcamp: Build three complete websites, learn back and front-end web development, and publish your site online with DigitalOcean. by Alam Asadullah

Django 2.2 & Python: The Ultimate Web Development Bootcamp: Build three complete websites, learn back and front-end web development, and publish your site online with DigitalOcean. by Alam Asadullah

Author:Alam, Asadullah
Language: eng
Format: epub, pdf
Published: 2023-09-26T00:00:00+00:00


* * *

Setting Up Postgres

1. Installation:

- Download the appropriate version for your operating system from the [PostgreSQL official website](https://www.postgresql.org/download/).

- Follow the installation steps. Ensure that you choose to install pgAdmin as well, as it's a useful tool for database management.

- Remember the superuser password you set during installation, as you'll need it to administer your Postgres server.

2. Launching Postgres:

- Once installed, start the PostgreSQL service (how you do this varies depending on your OS).

- Launch pgAdmin. This will open in your default browser.

- Login using the superuser credentials you set during installation.

3. Creating a New Database for Your Portfolio:

- In pgAdmin, right-click on `Databases`, then select `Create` -> `Database...`.

- Name the database, for instance, `portfolio_db`, and set the owner to be the Postgres superuser, or another user of your choice.

- Click 'Save'.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.