mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-17 06:20:30 +00:00
9 lines
220 B
Bash
Executable file
9 lines
220 B
Bash
Executable file
echo 'Making messages for django-fobi...'
|
|
cd examples/simple/
|
|
./manage.py makemigrations fobi
|
|
|
|
echo 'Making messages for example projects...'
|
|
./manage.py makemigrations
|
|
|
|
echo 'Applying migrations...'
|
|
./manage.py migrate
|