manage=$sandbox'/manage.py'
wsgi=$sandbox'/wsgi.py'
+# stating apps
+pip install django-haystack elasticsearch
+
+# waiting for other services
sh $app_dir/examples/deploy/wait.sh
# Starting celery worker with the --autoreload option will enable the worker to watch for file system changes
manage=$sandbox'/manage.py'
wsgi=$sandbox'/wsgi.py'
+# stating apps
+pip install django-haystack elasticsearch
+
+# waiting for other services
sh $app_dir/examples/deploy/wait.sh
# django init
python $manage collectstatic --noinput
python $manage telemeta-create-admin-user
python $manage telemeta-create-boilerplate
+python $manage update_index
# static files auto update
watchmedo shell-command --patterns="*.js;*.css" --recursive \
'django-google-tools',
'django-ipauth',
'django-celery',
+ 'django-haystack',
'timeside>=0.7',
'south',
'sorl-thumbnail',
'pyyaml',
'python-ebml',
'zipstream',
- 'django-haystack'
+ 'elasticsearch',
],
tests_require=['pytest-django', 'pytest-cov', 'factory-boy'],
# Provide a test command through django-setuptest