Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 412 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 412 Bytes

health-check

Open Build Health Check app, for site, app and web url uptime and status

Getting Started

First create a virtualenv virtualenv venv source venv/bin/activate

Then install requirements pip3 install -r requirements.txt

Then Run Migrations python manage.py migrate

Then Run the Test server python manage.py runserver

Create a SuperUser python manage.py createsuperuser