-
Salem Harrache authored
e.g: >>> op.normpath(directory).startswith(base_path) False >>> op.normpath(directory) u'/home/projects/mywebsite/static/utils' >>> base_path u'/home/projects/mywebsite/admin/../static' >>> base_path = op.normpath(base_path) >>> op.normpath(directory).startswith(base_path) True
8b6b380b
| Name |
Last commit
|
Last update |
|---|---|---|
| babel | ||
| doc | ||
| examples | ||
| flask_admin | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| MANIFEST.in | ||
| Makefile | ||
| README.rst | ||
| TODO.txt | ||
| requirements.txt | ||
| setup.cfg | ||
| setup.py |