aboutsummaryrefslogtreecommitdiff
path: root/ignis/models.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-18 15:12:23 -0500
committerBobby <[email protected]>2022-11-18 15:12:23 -0500
commitdae9aac1bcaeaab86649051cd0ab56a9fecbf63c (patch)
tree18f957cd3f5f243ff99e4fda8e1fa9de0dca572b /ignis/models.py
parent09537c60fdcd90431810d5debb5baf2886363052 (diff)
downloadthatcomputerscientist-dae9aac1bcaeaab86649051cd0ab56a9fecbf63c.tar.xz
thatcomputerscientist-dae9aac1bcaeaab86649051cd0ab56a9fecbf63c.zip
rename module
Diffstat (limited to 'ignis/models.py')
-rw-r--r--ignis/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ignis/models.py b/ignis/models.py
new file mode 100644
index 00000000..71a83623
--- /dev/null
+++ b/ignis/models.py
@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.