Skip to content

tizz98/qmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qmon

A simple server monitoring solution using Django, Django Rest Framework, and psutil.

Deploy to heroku

heroku create --buildpack https://github.com/moneymeets/python-poetry-buildpack.git
heroku buildpacks:add heroku/python

heroku config:set SECRET_KEY=xxx
heroku config:set ALLOWED_HOSTS=.herokuapp.com
heroku config:set DEBUG=False
heroku config:set DISABLE_COLLECTSTATIC=1