summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2009-08-10 16:02:41 -0400
committerDusty Phillips <buchuki@gmail.com>2009-08-10 16:02:41 -0400
commit9cc1ac8e46697f57a069a1db5a1688521581cf0b (patch)
tree90731bfb43eb7d78cc09f378ef0484fba900d173 /devel
parent0d2560fa55689d920bc7431fae3f2995bd1b0d71 (diff)
downloadarchweb-9cc1ac8e46697f57a069a1db5a1688521581cf0b.tar.gz
archweb-9cc1ac8e46697f57a069a1db5a1688521581cf0b.zip
Sometimes its better if you test your code before deploying. Other times, you just fix the missing imports in a second commit.
Diffstat (limited to 'devel')
-rw-r--r--devel/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/views.py b/devel/views.py
index 16867346..e405a251 100644
--- a/devel/views.py
+++ b/devel/views.py
@@ -3,6 +3,7 @@ from django.http import HttpResponseRedirect
from django.contrib.auth.models import User
from django.shortcuts import render_to_response
from django.template import RequestContext
+from django.core.mail import send_mail
from archweb_dev.main.models import Package, Todolist
from archweb_dev.main.models import Arch, Repo
from archweb_dev.main.models import UserProfile, News