aboutsummaryrefslogtreecommitdiff
path: root/pages/models.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2012-12-04 14:45:11 -0500
committerMike Crute <mcrute@gmail.com>2012-12-04 14:49:37 -0500
commitce6a0c79692c47d5ca96db6f7ef5d71ae5306528 (patch)
treea083cc01770f9ac36a48d0a168d0194b5b0e3a5e /pages/models.py
downloaddjango-precompiler-ce6a0c79692c47d5ca96db6f7ef5d71ae5306528.tar.bz2
django-precompiler-ce6a0c79692c47d5ca96db6f7ef5d71ae5306528.tar.xz
django-precompiler-ce6a0c79692c47d5ca96db6f7ef5d71ae5306528.zip
Generate initial Django project
Diffstat (limited to 'pages/models.py')
-rw-r--r--pages/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/models.py b/pages/models.py
new file mode 100644
index 0000000..71a8362
--- /dev/null
+++ b/pages/models.py
@@ -0,0 +1,3 @@
1from django.db import models
2
3# Create your models here.