mirror of https://github.com/snachodog/mybuddy.git
Create cache table during build
This commit is contained in:
parent
5d16e0ea19
commit
441cf8bbb4
|
@ -5,3 +5,4 @@ python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
|
python manage.py createcachetable
|
||||||
|
|
Loading…
Reference in New Issue