2014-12-01から1日間の記事一覧

Azure SQL Serverではtruncate的なことはできない?

https://social.msdn.microsoft.com/Forums/azure/en-US/ceeae474-fb19-4282-a56b-c0718f06e9ab/sql-azure-identity-reseed?forum=ssdsgetstarted http://dba.stackexchange.com/questions/10594/dbcc-checkident-doesnt-work-for-reseeding-tables http://w…

AppRegistryNotReady: Models aren't loaded yet.

objects.all().delete()でエラー C:\Users\shohaya\tf-manager\tfmanager\db>python initteam.py Traceback (most recent call last): File "initteam.py", line 60, in init_team() File "initteam.py", line 49, in init_team obj.delete() File "C:\Anaco…

ファイル情報取得

http://d.hatena.ne.jp/nakamura001/20090203/1233652705 http://enajet.air-nifty.com/blog/2010/05/dos-299a.html http://blog.livedoor.jp/moya_pro/archives/32153417.html http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1326820783

settings読み込みエラー

django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings. 環境変数…

pythonからodbcでSQL Serverに接続

http://bluestick.jp/tech/index.php/archives/215

django1.7新機能migrations

http://a-records.info/2014/09/29/18/