From f552b41f4b337e6844f71c29ff177915abbfa417 Mon Sep 17 00:00:00 2001 From: Alvin Li Date: Fri, 4 Oct 2013 23:56:35 +0800 Subject: * indicator/static/javascripts/card_chart.js: improved the display position of 'detail_card_info' * indicator/templates/indicator/SheetDefault.html: destroy 'qtip' when close card * added new app 'apps/sfaccount' * implemented 'signup' and 'activate' functions * implemented async sending activation mail (using 'django-celery' and 'redis') * moved 'registration/*' templates to 'sfaccount/templates' * implemented 'password_change' function: o password_change o password_change_done * implemented 'password_reset' function o password_reset o password_reset_done o password_reset_confirm o password_reset_complete o re-write 'sfaccount.fomrs.SFPasswordResetForm' o re-write 'sfaccount.views.password_reset_view' * improved 'sfaccount.functional' send mail functions o to send 'multipart' mail * added 'README.txt' * added app 'apps/recommend': for comparing with the SCI papers and then recommending most related papers for user. --- .../apps/location/fixtures_bak/initial_data.json | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 97suifangqa/apps/location/fixtures_bak/initial_data.json (limited to '97suifangqa/apps/location/fixtures_bak/initial_data.json') diff --git a/97suifangqa/apps/location/fixtures_bak/initial_data.json b/97suifangqa/apps/location/fixtures_bak/initial_data.json new file mode 100644 index 0000000..a06ec34 --- /dev/null +++ b/97suifangqa/apps/location/fixtures_bak/initial_data.json @@ -0,0 +1,81 @@ +[ + { + "pk": 1, + "model": "location.hospital", + "fields": { + "city": null, + "name": "\u53f0\u5927\u533b\u9662\u5185\u79d1\u90e8", + "unit": null + } + }, + { + "pk": 2, + "model": "location.hospital", + "fields": { + "city": null, + "name": "\u9999\u6e2f\u739b\u4e3d\u533b\u9662", + "unit": null + } + }, + { + "pk": 3, + "model": "location.hospital", + "fields": { + "city": null, + "name": "\u5317\u4eac\u4f51\u5b89\u533b\u9662\u6d88\u5316\u5185\u79d1", + "unit": null + } + }, + { + "pk": 4, + "model": "location.hospital", + "fields": { + "city": 1, + "name": "\u4e0a\u6d77\u745e\u91d1\u533b\u9662\u611f\u67d3\u79d1", + "unit": null + } + }, + { + "pk": 5, + "model": "location.hospital", + "fields": { + "city": null, + "name": "\u5df4\u9ece\u5927\u5b66", + "unit": null + } + }, + { + "pk": 6, + "model": "location.hospital", + "fields": { + "city": null, + "name": "Songklanagarind\u533b\u9662", + "unit": null + } + }, + { + "pk": 7, + "model": "location.hospital", + "fields": { + "city": null, + "name": "Erasmus MC \u5927\u5b66\u533b\u5b66\u4e2d\u5fc3", + "unit": null + } + }, + { + "pk": 1, + "model": "location.city", + "fields": { + "name": "\u4e0a\u6d77", + "nation": 1 + } + }, + { + "pk": 1, + "model": "location.nation", + "fields": { + "name": "\u4e2d\u56fd", + "img": "" + } + } +] \ No newline at end of file -- cgit v1.2.2