diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-04 04:31:39 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-04 04:31:39 -0800 |
commit | f025a9f65ecd76e4442ce62684218ecb81506c9b (patch) | |
tree | b303b156110167249c033751fa1c14ede2f75dc4 /bn_django/bn_wiki | |
parent | 08ef0f8e464fed2fe8ec20b6c53220aecc025f2d (diff) | |
download | bnewnet-f025a9f65ecd76e4442ce62684218ecb81506c9b.tar.gz bnewnet-f025a9f65ecd76e4442ce62684218ecb81506c9b.zip |
basic html design roughed in, django project run and admin started
TODO: ie testing (ugh, fuck that)
TODO: get photos section working
TODO: ... etc
Diffstat (limited to 'bn_django/bn_wiki')
-rw-r--r-- | bn_django/bn_wiki/__init__.py | 0 | ||||
-rw-r--r-- | bn_django/bn_wiki/models.py | 3 | ||||
-rw-r--r-- | bn_django/bn_wiki/views.py | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/bn_django/bn_wiki/__init__.py b/bn_django/bn_wiki/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/bn_django/bn_wiki/__init__.py +++ /dev/null diff --git a/bn_django/bn_wiki/models.py b/bn_django/bn_wiki/models.py deleted file mode 100644 index 71a8362..0000000 --- a/bn_django/bn_wiki/models.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here. diff --git a/bn_django/bn_wiki/views.py b/bn_django/bn_wiki/views.py deleted file mode 100644 index 60f00ef..0000000 --- a/bn_django/bn_wiki/views.py +++ /dev/null @@ -1 +0,0 @@ -# Create your views here. |