mirror of
https://github.com/django/daphne.git
synced 2025-04-23 02:02:09 +03:00
* Ignore Emacs backups. * Do not override default websocket.connect handler. Channels specification 1.0 requires that websocket.connect handler returns meaningful message with {'accept': True} at least. * Add rabbitmq channel layer settings. * Add benchmark requirements in separate file. * Add RabbitMQ infrastructure part. * Adapt benchmark README for new docker layout. * Adapt fabric deploy for new settings module.
16 lines
130 B
Plaintext
16 lines
130 B
Plaintext
*.egg-info
|
|
dist/
|
|
build/
|
|
docs/_build
|
|
__pycache__/
|
|
*.sqlite3
|
|
.tox/
|
|
*.swp
|
|
*.pyc
|
|
.coverage.*
|
|
TODO
|
|
|
|
# IDE and Tooling files
|
|
.idea/*
|
|
*~
|