Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-keeper committed Dec 7, 2015
1 parent 22a5810 commit 5fd2da1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions invitations/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from .utils import import_attribute


# Code credits here to django-allauth
class BaseInvitationsAdapter(object):

def stash_verified_email(self, request, email):
Expand Down
2 changes: 2 additions & 0 deletions test_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
from django.contrib import admin
from django.conf import settings

admin.autodiscover()

urlpatterns = patterns(
'',
url(r'^invitations/', include(
Expand Down

0 comments on commit 5fd2da1

Please sign in to comment.