pog7x / larek

LAREK

Repository from Github https://github.compog7x/larekRepository from Github https://github.compog7x/larek

LAREK

Make migrations

python manage.py makemigrations user --no-header && python manage.py makemigrations --no-header

Clear migrations script

python clear_migrations.py

Load fixtures

docker-compose exec app python manage.py loaddata fixtures/sample

Dump DB data to fixtures

python manage.py dumpdata banner cart catalog_category delivery order payment product product_seller review seller user views_history --format json --indent 4 --verbosity 1 -o fixtures/sample.json -e admin

About

LAREK

License:MIT License


Languages

Language:CSS 43.5%Language:JavaScript 27.1%Language:Python 15.4%Language:HTML 14.0%Language:Dockerfile 0.0%