From 0bd3a227b89e3c6f43b70c9d0ddd85df24d63ff4 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 2 Feb 2007 21:18:53 -0800 Subject: static html layout created (rough) --- bn_django/bn_wiki/models.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bn_django/bn_wiki/models.py (limited to 'bn_django/bn_wiki/models.py') diff --git a/bn_django/bn_wiki/models.py b/bn_django/bn_wiki/models.py new file mode 100644 index 0000000..71a8362 --- /dev/null +++ b/bn_django/bn_wiki/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. -- cgit v1.2.3