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

hrshadhin/dokan

Repository files navigation

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