Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 550 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 550 Bytes

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