diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-31 10:46:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne@peacefrogs.net> | 2019-07-31 10:46:50 +0200 |
commit | d2e3ce3fe1bca021190c8257367e8a444596724f (patch) | |
tree | 73d50da3dddea117777ecfeaad6926db0920b2c9 /commorganization/views.py | |
parent | 345a41be0318da980422ee74a67c363008d4de8d (diff) | |
download | Comm-on-net-d2e3ce3fe1bca021190c8257367e8a444596724f.tar.bz2 Comm-on-net-d2e3ce3fe1bca021190c8257367e8a444596724f.zip |
Models refactoring
Diffstat (limited to 'commorganization/views.py')
-rw-r--r-- | commorganization/views.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/commorganization/views.py b/commorganization/views.py new file mode 100644 index 0000000..91ea44a --- /dev/null +++ b/commorganization/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. |