Skip to content

This project for getting the brief knowledege of the WORKING WITH Djando and PostgreSQL

Notifications You must be signed in to change notification settings

code9633/Django_postgreSQL_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL and Django

This project for getting the brief knowledege of the WORKING WITH Djando and PostgreSQL

If we have used POSTGRESQL for the project you will need to update seeting.py Under the setting.py file which contain DATABASES and you should modify it as following

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql',
        'NAME': 'mydb',
        'USER': 'postgres',
        'PASSWORD' : "admin",
        'HOST' : 'localhost',
        'POSRT' : '5432',
    }
}

About

This project for getting the brief knowledege of the WORKING WITH Djando and PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published