mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-04 19:34:43 +00:00
9 lines
No EOL
715 B
Bash
Executable file
9 lines
No EOL
715 B
Bash
Executable file
pip install -r examples/requirements.txt
|
|
pip install -r examples/requirements_mptt.txt
|
|
python setup.py install
|
|
mkdir -p examples/logs examples/db examples/media examples/media/static examples/media/fobi_plugins/content_image
|
|
mkdir -p examples/media/fobi_plugins/file
|
|
python examples/simple/manage.py collectstatic --noinput --settings=settings_bootstrap3_theme_mptt --traceback -v 3
|
|
python examples/simple/manage.py syncdb --noinput --settings=settings_bootstrap3_theme_mptt --traceback -v 3
|
|
python examples/simple/manage.py migrate --noinput --settings=settings_bootstrap3_theme_mptt --traceback -v 3
|
|
python examples/simple/manage.py fobi_create_test_data --settings=settings_bootstrap3_theme_mptt --traceback -v 3 |