WiseEarthTechnology / CrisisCommunicator

http://WiseEarthTechnology.com
5 stars 7 forks source link

Move internally defined constants to separate configuration file #12

Open swiftarrow opened 11 years ago

swiftarrow commented 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!!!