chop-dbhi / varify

Clinical DNA Sequencing Analysis and Data Warehouse
BSD 2-Clause "Simplified" License
24 stars 8 forks source link

handler issue while loading samples and using queue command #354

Closed hassanNS closed 10 years ago

hassanNS commented 10 years ago

1) delete your local db 2) use the createdb command to recreate the db 3) use ./bin/manage.py samples queue tests/samples/ to load in data

You will get this error nohandler

bruth commented 10 years ago

Setting up logging handlers are optional and defined in the settings for the deployment. You can read more about logging in Django here.

hassanNS commented 10 years ago

Yep. I thought this error was obstructing the queue. But everything loaded ok