Add empty "tickets" application.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 09:37:15 +0000 (11:37 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 09:37:15 +0000 (11:37 +0200)
tickets/__init__.py [new file with mode: 0644]
tickets/models.py [new file with mode: 0644]
tickets/views.py [new file with mode: 0644]

diff --git a/tickets/__init__.py b/tickets/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tickets/models.py b/tickets/models.py
new file mode 100644 (file)
index 0000000..71a8362
--- /dev/null
@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.
diff --git a/tickets/views.py b/tickets/views.py
new file mode 100644 (file)
index 0000000..60f00ef
--- /dev/null
@@ -0,0 +1 @@
+# Create your views here.