diff options
Diffstat (limited to 'django_authopenid/decorators.py')
-rw-r--r-- | django_authopenid/decorators.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/django_authopenid/decorators.py b/django_authopenid/decorators.py new file mode 100644 index 00000000..94498574 --- /dev/null +++ b/django_authopenid/decorators.py @@ -0,0 +1,2 @@ +import settings +def |