Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Create PostgreSQL Database


Create Database

Inside the RDS service, create a database, either by navigating to the Database section, or just click the "Create database" button:


Settings

Once you have started creating a database, you will be given some choices for the type and settings of your database.

To add a PostgreSQL database to your Django project, choose the following options:

Standard creation method:

PostgreSQL engine method:

Free Tier Template:

Name of database, username, and password

You can choose any name, username, and password:

Keep the default instance configuration:

Check off the storage autoscaling:

It can be a good thing to enable storage autoscaling, but for this tutorial it is not necessary.

Grant public access, and create a new security group:

Give the security group a name, we will call it "w3-django":

Keep default db authentications:

Keep default monitoring:

Click Create database:

This will take a few minutes, but when it is finished, you will have a new PostgreSQL database, almost ready to run on your Django project!

In the next chapter you will learn how to connect your project to the database.


W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.