The get_chatroom_listcontext_processor has been removed. This is a backwards-incompatible change since the settings need to be modified accordingly to fit the new design. This closes #13.
Tests have been added for the views, models as well as the ChatConsumer, and a functional test to be worked on later.
The code index and chatroom views are not class-based to allow cleaner code.
To ease development, the registration/login template has been added back. The wheel and tar packages will not contain the template though.
MTSchemaMiddleware checks more thoroughly whether the schema name is valid before changing connection schema on postgres systems.
This PR includes numerous changes:
get_chatroom_list
context_processor
has been removed. This is a backwards-incompatible change since the settings need to be modified accordingly to fit the new design. This closes #13.MTSchemaMiddleware
checks more thoroughly whether the schema name is valid before changing connection schema on postgres systems.chat-window.js
.