When the /db site is first loaded, it is prompting with a basic authentication prompt:
A username and password are being requested by https://dev.1km.hms.harvard.edu. The site says: "django-tastypie"
- this is a basic authentication prompt
- it is being requested because the initialization process (app_model.js) is requesting the "/reports/api/v1/resource" resource before the user has logged in.
- workaround: cancel the prompt and then log in as usual
- fix: initialize resources after log in completed.
@rlchang