acadsamplesdb / acad_samples

ACAD samples database
0 stars 0 forks source link

[Add Sample] generates System Error 500 #18

Closed sgoodswen closed 8 years ago

sgoodswen commented 8 years ago

The [Add Samples] option now terminates with the usual System Error 500 regardless of the field entries.

Li-ReDBox commented 8 years ago

@sgoodswen: Do we know if all issues of 500 error are related? Here are the others: #13, #17

franksc commented 8 years ago

Running the app in debug mode (DEBUG=True in Django settings.py) should provide stack trace-type error messages, rather than inscrutable 500s.

sgoodswen commented 8 years ago

fixed