maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

pythonhosted docs still refer to `flaskext` instead of `flask.ext` #35

Closed cvrebert closed 11 years ago

cvrebert commented 11 years ago

e.g. the "Usage" section of http://pythonhosted.org/Flask-SeaSurf/ has in its example code snippet:

from flaskext.seasurf import SeaSurf

instead of:

from flask.ext.seasurf import SeaSurf
maxcountryman commented 11 years ago

Probably time to move these to ReadTheDocs.

maxcountryman commented 11 years ago

https://flask-seasurf.readthedocs.org/en/latest/