diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-17 18:22:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-17 18:22:11 +0100 |
commit | 720cbbaaf3154e926f3a84f1ae1137bd1f5fea70 (patch) | |
tree | 448585304d725a1918b4290be3dc49ed9d21b759 /archaeological_files_pdl | |
parent | 50124308f8f514e0f0120257a7d6a97523edb160 (diff) | |
download | Ishtar-720cbbaaf3154e926f3a84f1ae1137bd1f5fea70.tar.bz2 Ishtar-720cbbaaf3154e926f3a84f1ae1137bd1f5fea70.zip |
Re-init migrations
Diffstat (limited to 'archaeological_files_pdl')
-rw-r--r-- | archaeological_files_pdl/migrations/0001_initial.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/archaeological_files_pdl/migrations/0001_initial.py b/archaeological_files_pdl/migrations/0001_initial.py new file mode 100644 index 000000000..2c1eac1f1 --- /dev/null +++ b/archaeological_files_pdl/migrations/0001_initial.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +import datetime +from south.db import db +from south.v2 import SchemaMigration +from django.db import models + + +class Migration(SchemaMigration): + + def forwards(self, orm): + pass + + def backwards(self, orm): + pass + + models = { + + } + + complete_apps = ['archaeological_files_pdl']
\ No newline at end of file |