From f025a9f65ecd76e4442ce62684218ecb81506c9b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 4 Feb 2007 04:31:39 -0800 Subject: basic html design roughed in, django project run and admin started TODO: ie testing (ugh, fuck that) TODO: get photos section working TODO: ... etc --- bn_django/git_wiki/__init__.py | 0 bn_django/git_wiki/models.py | 3 +++ bn_django/git_wiki/views.py | 1 + 3 files changed, 4 insertions(+) create mode 100644 bn_django/git_wiki/__init__.py create mode 100644 bn_django/git_wiki/models.py create mode 100644 bn_django/git_wiki/views.py (limited to 'bn_django/git_wiki') diff --git a/bn_django/git_wiki/__init__.py b/bn_django/git_wiki/__init__.py new file mode 100644 index 0000000..e69de29 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. -- cgit v1.2.3