Go to file
mwalbeck f454f19604 Initial commit 2017-01-13 14:07:26 +01:00
controllers Initial commit 2017-01-13 14:07:26 +01:00
static Initial commit 2017-01-13 14:07:26 +01:00
templates Initial commit 2017-01-13 14:07:26 +01:00
.gitignore Initial commit 2017-01-13 14:07:26 +01:00
LICENSE Initial commit 2017-01-13 14:07:26 +01:00
README.md Initial commit 2017-01-13 14:07:26 +01:00

README.md

This is a webinterface for the Pushjet server component. This webinterface is made to plug straight into the existing pushjet server code.

To make it work, add the files to the root directory of the pushjet server. After that you need to add the following:

In "controllers/init.py" add from .web import web right below the line from .gcm import gcm.

In application.py add app.register_blueprint(web) right below the line app.register_blueprint(service)