##LVTUBEN_CD_TOOLKIL it's a MS for platform/toolkit under the python3, and designed for automatic CI/CD.
-
prepare the requirements for Lvtuben
# pip3 install -r requirements.txt
-
migrate the databases for Lvtuben
# python3 manage.py makemigrations # python3 manage.py migrate
-
create the super user for management
# python3 manage.py createsuperuser
-
first run your own env
# python manage.py runserver 0.0.0.0:8000
-
request to Lvtuben as "http://127.0.0.1:8000/" via browser