Skip to content

Commit 568be58

Browse files
committed
Add missing import statement into README saml config example
1 parent 4bfc89b commit 568be58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ We will see a typical configuration for protecting a Django project::
145145

146146
from os import path
147147
import saml2
148+
import saml2.saml
148149
BASEDIR = path.dirname(path.abspath(__file__))
149150
SAML_CONFIG = {
150151
# full path to the xmlsec1 binary programm

0 commit comments

Comments
 (0)