Skip to content

Latest commit

History

91 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

GWHCP - API

License: GPL v3Build Status

An open source web hosting control panel. Designed to be easy to use and highly customizable.

Create Migrations

python manage.py makemigrations

Create Database Tables

python manage.py migrate
python manage.py migrate xmpp --database xmpp

Create Super User

python manage.py createsuperuser

Remove all Migrations - Testing only

cd /e/PycharmProjects/gwhcp/api/gwhcp_api
find . -path "*/migrations/*.py" -not -name "__init__.py" -delete

Start Server

python manage.py runserver <ipaddress>:<port>

Releases

Packages

Contributors

Languages