diff --git a/accounts/views.py b/accounts/views.py index 572c974..2843e62 100644 --- a/accounts/views.py +++ b/accounts/views.py @@ -2,7 +2,7 @@ from django.contrib.auth.decorators import login_required from annoying.decorators import ajax_request, render_to from snipts.models import Snipt -import stripe +import os, stripe @login_required diff --git a/views.py b/views.py index fb7f7a0..b238d22 100644 --- a/views.py +++ b/views.py @@ -14,6 +14,7 @@ from taggit.models import Tag import datetime import hashlib +import os import stripe @ajax_request