Skip to content

amirRamirfatahi/aduren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipenv install

postgres:

postgres=# create database aduren;
CREATE DATABASE
postgres=# create role aduren;
CREATE ROLE
postgres=# alter database aduren owner to aduren ;
ALTER DATABASE
postgres=# grant ALL on DATABASE aduren to aduren ;
GRANT
postgres=# alter role aduren with login ;
ALTER ROLE
postgres=# alter role aduren with encrypted password ********;

django

python manage.py migrate
python manage.py createsuperuser

About

Aduren Studios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published