Skip to content

Latest commit

 

History

History
executable file
·
16 lines (7 loc) · 252 Bytes

README.md

File metadata and controls

executable file
·
16 lines (7 loc) · 252 Bytes
  • cd config

  • cp .env.example .env

  • docker-compose build

  • docker-compose run django python manage.py migrate

  • docker-compose up

  • Create superuser

    • docker-compose run django python manage.py createsuperuser