From 92c5a75ff7fecfabd249a5176aa8a550305fd66f Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Fri, 1 Apr 2016 10:43:20 -0600 Subject: [PATCH] Whoops don't need this right now. --- bikeshop_project/registration/views.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 bikeshop_project/registration/views.py diff --git a/bikeshop_project/registration/views.py b/bikeshop_project/registration/views.py deleted file mode 100644 index 91ea44a..0000000 --- a/bikeshop_project/registration/views.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.shortcuts import render - -# Create your views here.