Skip to content

Django_blog is a versatile blogging platform built with Django. It features user authentication, post creation, and comment functionalities, making it ideal for writers and bloggers who want to share their thoughts with the world.

Notifications You must be signed in to change notification settings

ikramovna/Django_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up PostgreSQL Database for Your Project

Step 1 — Installing PostgreSQL

To install PostgreSQL, first refresh your server’s local package index:

sudo apt update

Then, install the Postgres package along with a -contrib package that adds some additional utilities and functionality:

sudo apt install postgresql postgresql-contrib

Ensure that the service is started:

sudo systemctl start postgresql.service

Step 2 — Using PostgreSQL

First create database

create database database_name

About

Django_blog is a versatile blogging platform built with Django. It features user authentication, post creation, and comment functionalities, making it ideal for writers and bloggers who want to share their thoughts with the world.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published