diff options
author | 2018-08-13 23:34:25 +0200 | |
---|---|---|
committer | 2018-08-13 23:34:25 +0200 | |
commit | d402fc91083313f14e5a638646c7c72e59c8ae70 (patch) | |
tree | ca41d5567e337dacf6e22c16620014750372b4a2 /wiki/models.py | |
parent | Add a basic index page template. (diff) |
Add stub applications `api` and `wiki`.
Diffstat (limited to 'wiki/models.py')
-rw-r--r-- | wiki/models.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wiki/models.py b/wiki/models.py new file mode 100644 index 00000000..71a83623 --- /dev/null +++ b/wiki/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. |