fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
editor fix
[redakcja.git]
/
apps
/
wiki
/
migrations
/
0001_initial.py
1
# encoding: utf-8
2
import datetime
3
from south.db import db
4
from south.v2 import SchemaMigration
5
from django.db import models
6
7
class Migration(SchemaMigration):
8
9
def forwards(self, orm):
10
pass
11
12
13
def backwards(self, orm):
14
pass
15
16
17
models = {
18
19
}
20
21
complete_apps = ['wiki']