Skip to content
/ db_app Public

A django app with postgres deployed using Docker

Notifications You must be signed in to change notification settings

demaj/db_app

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

Watchers

Forks

Releases

No releases published

Packages

No packages published