Skip to content

Commit

Permalink
Docker db paths udpated to fix issue relating to updated docker/postgres
Browse files Browse the repository at this point in the history
Extra blank line added for PEP-8.
  • Loading branch information
JamesBradbury committed Mar 12, 2018
1 parent 50755ad commit e92c742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ services:
- ./geokey:/app/geokey
db:
build:
context: ../
dockerfile: ./geokey/db/Dockerfile
context: ./db
dockerfile: ./Dockerfile
environment:
POSTGRES_USER: django
POSTGRES_PASSWORD: django123
Expand Down
1 change: 1 addition & 0 deletions geokey/projects/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

from local_settings.settings import ALLOWED_CONTRIBUTORS


STATUS = Choices('active', 'inactive', 'deleted')
EVERYONE_CONTRIBUTES = Choices(*ALLOWED_CONTRIBUTORS)

0 comments on commit e92c742

Please sign in to comment.