aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/accounts')
-rw-r--r--snakeplan/accounts/admin.py2
-rw-r--r--snakeplan/accounts/views.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/snakeplan/accounts/admin.py b/snakeplan/accounts/admin.py
index a7ce6ef..498b5e1 100644
--- a/snakeplan/accounts/admin.py
+++ b/snakeplan/accounts/admin.py
@@ -18,7 +18,7 @@ SnakePlan Admin Setup
18# See the License for the specific language governing permissions and 18# See the License for the specific language governing permissions and
19# limitations under the License. 19# limitations under the License.
20 20
21from snakeplan.accounts import models 21import models
22from django.contrib import admin 22from django.contrib import admin
23 23
24admin.site.register(models.UserProfile) 24admin.site.register(models.UserProfile)
diff --git a/snakeplan/accounts/views.py b/snakeplan/accounts/views.py
deleted file mode 100644
index 60f00ef..0000000
--- a/snakeplan/accounts/views.py
+++ /dev/null
@@ -1 +0,0 @@
1# Create your views here.