summaryrefslogtreecommitdiff
path: root/pgweb/misc/models.py
diff options
context:
space:
mode:
authorMagnus Hagander2010-01-11 15:09:49 +0000
committerMagnus Hagander2010-01-11 15:09:49 +0000
commit2982541900f30cf169ba00a89fc8c9893d24f494 (patch)
tree89ce93f50d6f003689cf491f5076c95166e2a6dc /pgweb/misc/models.py
parent481b7b108b33cf8b40a2fc4bc0426def15d58c7a (diff)
Add bug submission form
Diffstat (limited to 'pgweb/misc/models.py')
-rw-r--r--pgweb/misc/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pgweb/misc/models.py b/pgweb/misc/models.py
new file mode 100644
index 00000000..71a83623
--- /dev/null
+++ b/pgweb/misc/models.py
@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.