Add development server script.

This commit is contained in:
Luke Murphy 2018-11-17 21:30:08 +01:00
parent d2a1134c57
commit 416dfc2cef
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -20,3 +20,6 @@ sqlalchemy-rqlite = {git = "https://github.com/rqlite/sqlalchemy-rqlite.git"}
wand = "*"
[dev-packages]
[scripts]
dev = "python run.py"