This website requires JavaScript.
Explore
Help
Sign In
Personal
/
realms-wiki
Watch
1
Star
0
Fork
You've already forked realms-wiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
034cc1febd
realms-wiki
/
realms
History
Stephane Martin
034cc1febd
fix request.environ -> request.headers to get HTTP headers from reverse proxy
2016-09-05 23:34:15 +02:00
..
config
authentication by reverse proxy
2016-09-05 22:54:53 +02:00
lib
make imports absolute
2016-09-05 01:31:00 +02:00
modules
flask 0.11 compatibility
2016-09-05 23:19:28 +02:00
static
Add back heading anchors via markdown-it-anchors plugin
2016-09-04 16:03:16 -04:00
templates
flask 0.11 compatibility
2016-09-05 23:19:28 +02:00
__init__.py
fix request.environ -> request.headers to get HTTP headers from reverse proxy
2016-09-05 23:34:15 +02:00
commands.py
merge last conflict
2016-09-05 09:37:59 +02:00
version.py
systematic use of
from __future__ import absolute_import
. it eliminates
import NAME
confusion with very common names (eg.
import ldap
is very ambiguous: can be a ldap module from realms-wiki, a ldap module from flask-ldap-login, or
python-ldap
module.
2016-09-05 01:29:29 +02:00