diff options
author | Magnus Hagander | 2008-11-12 16:34:40 +0000 |
---|---|---|
committer | Magnus Hagander | 2008-11-12 16:34:40 +0000 |
commit | c74cc83d35469de005bc8a516f94d2c919a04357 (patch) | |
tree | 7a0eafd22b1cfbe217eca9aad20ae07e31af0d4e /postgresqleu/static/models.py |
Initial commit so people can see and comment on it.
Not at all ready yet.
Diffstat (limited to 'postgresqleu/static/models.py')
-rw-r--r-- | postgresqleu/static/models.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postgresqleu/static/models.py b/postgresqleu/static/models.py new file mode 100644 index 00000000..71a83623 --- /dev/null +++ b/postgresqleu/static/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. |