CATH-summer-2017 / django_CATH

A data browser for the CATH database.
0 stars 0 forks source link

More documentation please #4

Closed nataliedawson closed 7 years ago

nataliedawson commented 7 years ago

Please could you provide some more documentation for the following step:

Configure your database connection (MySQL) in init/django_settings.py Update the config for rootsite by appending with those in init/.

For example, which lines do I need to edit in tst/init/django_settings.py and where do I get the django database connection information from.

Please could you clarify what is meant by 'appending with those in init/'.

shouldsee commented 7 years ago

Hi @nataliedawson : I've updated the README to include a detailed explanation on the dependency on MySQL in more detail and rephrase the "appending" process (which is really concatenation a file to the end of another). Please also check "init/django_settings.py" for recent added comments.