Open swiftarrow opened 11 years ago
In the file Communicator/views.py: some constants are defined (internal_id, and location).
These should be moved to a global settings file, to aid device deployment, and generalize them inside the code.
Please also find and create issues for other similarly defined constants in the code; move all variable definitions to a global configuration file.
Thanks!!!
In the file Communicator/views.py: some constants are defined (internal_id, and location).
These should be moved to a global settings file, to aid device deployment, and generalize them inside the code.
Please also find and create issues for other similarly defined constants in the code; move all variable definitions to a global configuration file.
Thanks!!!