Commit caaa7f01 authored by sim's avatar sim

[FIX] Database setup depends on its configuration...

parent 0becf636
......@@ -12,7 +12,7 @@ VENV=$(shell pipenv --venv)
PYTHON=$(shell pipenv --py)
PY_VERSION=$(shell $(PYTHON) -c 'import sys; v=sys.version_info; print("{0}.{1}".format(*v))')
gargantext: venv migrate conf
gargantext: venv conf migrate
venv: envs
@echo "• Setup virtualenv with all dependencies..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment