Skip to content

cbrownfieldpp/django-whale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-whale

A Djanjo stack docker image.

To install an app:

docker-compose run web django-admin startproject <nameOfProjectRoot> .

Updates:

Replace in <root>/settings.py:

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql',
        'NAME': 'postgres',
        'USER': 'postgres',
        'HOST': 'db',
        'PORT': 5432,
    }
}

About

A Djanjo stack docker image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published