3.1.13 • Published 6 years ago

rigning-non-greni v3.1.13

Weekly downloads
58
License
-
Repository
github
Last release
6 years ago

Build Status

Deluge

A simple web feedback server.

Local Development

Install all development dependencies:

pipenv install --dev

Ensure you are running a local mongod instance on default port 27017. To run the Deluge server:

CONNECTION_STRING="mongodb://localhost:27017" pipenv run python3 -m deluge

You can now make requests to the server at http://localhost:4000.

Troubleshooting

If starting the server fails, ensure that ssl=False in deluge/application.py for development purposes.

Linting

To lint before pushing changes to GitHub:

make lint test
3.1.13

6 years ago

3.1.12

6 years ago

3.1.11

7 years ago

3.1.10

7 years ago

3.1.8

7 years ago

3.1.7

7 years ago

3.1.6

7 years ago

3.1.5

7 years ago

3.1.4

7 years ago

3.1.3

7 years ago

3.1.2

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago