Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB-App

A django app, that uses postgres for DB. It is configured with docker, docker-compose.

Getting Started

From the root directory execute:

docker-compose up -d --build

Then, we need to make migrations:

docker-compose exec web python /code/app/manage.py makemigrations accounts
docker-compose exec web python /code/app/manage.py migrate

Create superuser

docker-compose exec web python /code/app/manage.py createsuperuser

About

A django app with postgres deployed using Docker

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages