7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-03 14:50:47 +00:00
tutor/Makefile
Régis Behmo 12e08d7c5d Simplify migrations and static collection
Migrations and static assets collection are no longer performed every
time we build an image. Instead, they are run on command.
2017-07-23 19:27:25 +02:00

5 lines
157 B
Makefile

migrate:
docker-compose run lms ./manage.py lms migrate --settings=production
assets:
docker-compose run lms paver update_assets lms --settings=production