An open source web hosting control panel. Designed to be easy to use and highly customizable.
python manage.py makemigrations
python manage.py migrate
python manage.py migrate xmpp --database xmpp
python manage.py createsuperuser
cd /e/PycharmProjects/gwhcp/api/gwhcp_api
find . -path "*/migrations/*.py" -not -name "__init__.py" -delete
python manage.py runserver <ipaddress>:<port>