mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-21 08:00:24 +00:00
10 lines
No EOL
452 B
Bash
Executable file
10 lines
No EOL
452 B
Bash
Executable file
#cd ..
|
|
pip install -r examples/requirements.txt
|
|
pip install -r examples/requirements3.txt
|
|
python setup.py install
|
|
mkdir -p examples/logs examples/db examples/media examples/media/static examples/media/fobi_plugins/content_image
|
|
python examples/simple/manage.py collectstatic --noinput
|
|
python examples/simple/manage.py syncdb --noinput
|
|
python examples/simple/manage.py migrate --noinput
|
|
python examples/simple/manage.py fobi_create_test_data
|
|
#cd scripts |