Skip to content

prabhatpankaj/oscardjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oscardjango

Django Oscar eCommerce web

#postgressql database setup

sudo su - postgres

psql -U postgres

CREATE DATABASE oscardjango;

CREATE USER oscardjangouser WITH PASSWORD 'oscardjangopassword';

ALTER ROLE oscardjangouser SET default_transaction_isolation TO 'read committed';

ALTER ROLE oscardjangouser SET timezone TO 'Asia/Kolkata';

GRANT ALL PRIVILEGES ON DATABASE oscardjango TO oscardjangouser;

About

Django Oscar eCommerce web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published