Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance 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

AltStyle によって変換されたページ (->オリジナル) /