Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 379 Bytes

Dokan

Django based online store app

Don't use it in production!!!

commands:

docker-compose up
docker-compose run --rm app sh -c "python manage.py startapp foobar"
docker-compose run --rm app sh -c "python manage.py makemigrations foobar"
docker-compose run --rm app sh -c "python manage.py createsuperuser"
docker-comepose down -v