summaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_wiki')
-rw-r--r--bn_django/git_wiki/__init__.py0
-rw-r--r--bn_django/git_wiki/models.py3
-rw-r--r--bn_django/git_wiki/views.py1
3 files changed, 4 insertions, 0 deletions
diff --git a/bn_django/git_wiki/__init__.py b/bn_django/git_wiki/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/bn_django/git_wiki/__init__.py
diff --git a/bn_django/git_wiki/models.py b/bn_django/git_wiki/models.py
new file mode 100644
index 0000000..71a8362
--- /dev/null
+++ b/bn_django/git_wiki/models.py
@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.
diff --git a/bn_django/git_wiki/views.py b/bn_django/git_wiki/views.py
new file mode 100644
index 0000000..60f00ef
--- /dev/null
+++ b/bn_django/git_wiki/views.py
@@ -0,0 +1 @@
+# Create your views here.