ouhft / diakonia-open

Ministers to the data needs of the departments. Collection of custom app developments for clinical data analysis or support.
https://ouhft.github.io/
MIT License
2 stars 1 forks source link

Setup diakonia codebase to standard #62

Closed marshalc closed 7 years ago

marshalc commented 8 years ago

Sort out basic setup such as config using environ, secret details outside of the repository, etc.

Latest example can be seen in https://github.com/pydanny/cookiecutter-django

marshalc commented 7 years ago

Config now set to load environ settings from .env file in config/settings/.env. Changes made to base manage.py and wsgi.py files to enable this. Initial Migrations done for eyeaux and base Django tables.