tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

enable logging; read in local_settings.py or QUIZ_SETTINGS #61

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

solves #17 as well as #25. For the latter, note that local_settings.py.template contains some mysql connection template. A directory for storing data is not needed here; the location of the database is defined by the database installation.

tillmo commented 4 years ago

@jelmd please review

tillmo commented 4 years ago

good point, have added SECRET_KEY in the template