Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 3169309f authored by ryoaxton's avatar ryoaxton
Browse files

edit deployment migration script to add additional migrate

parent 86a51ead
No related branches found
No related tags found
1 merge request!2Create CRUD User and Change Password
#!/bin/bash
python manage.py makemigrations
python manage.py makemigrations lexam_api
python manage.py migrate
python manage.py migrate --run-syncdb
python manage.py collectstatic --no-input
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment