-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.sh
executable file
·19 lines (17 loc) · 1.06 KB
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# **************************************************************************** #
# #
# ::: :::::::: #
# setup.sh :+: :+: :+: #
# +:+ +:+ +:+ #
# By: dcaetano <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/06/05 13:38:01 by dcaetano #+# #+# #
# Updated: 2024/06/20 08:55:51 by dcaetano ### ########.fr #
# #
# **************************************************************************** #
#!/bin/sh
cd ./docker/srcs/requirements/website/tools/website
python3 manage.py makemigrations api user
python3 manage.py migrate
python3 manage.py collectstatic --noinput
cd ../../../../../..