From 114203525226b100cb417a24405bc2202a398a77 Mon Sep 17 00:00:00 2001 From: Dan Nepejchal <dan.nepejchal@european-pirateparty.eu> Date: Sun, 1 Nov 2020 16:38:44 +0100 Subject: [PATCH] =?UTF-8?q?Regulace=20konop=C3=AD=20-=20initial=20commit?= =?UTF-8?q?=20-=20code=20clean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- regulace_konopi/tests.py | 3 --- regulace_konopi/views.py | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 regulace_konopi/tests.py delete mode 100644 regulace_konopi/views.py diff --git a/regulace_konopi/tests.py b/regulace_konopi/tests.py deleted file mode 100644 index 7ce503c2..00000000 --- a/regulace_konopi/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/regulace_konopi/views.py b/regulace_konopi/views.py deleted file mode 100644 index 91ea44a2..00000000 --- a/regulace_konopi/views.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.shortcuts import render - -# Create your views here. -- GitLab