mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-04-29 17:14:41 +00:00
10 lines
220 B
Bash
10 lines
220 B
Bash
|
|
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
|