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
1b2b9a79fa
realms-wiki
/
realms
/
modules
/
search
History
Chase Sterling
07b5371a1a
Fix usage of is_anonymous as a method for new version of flask-login
2016-09-06 00:08:58 -04:00
..
templates
/search
Make modules contain their own static files and templates
2016-08-15 23:06:05 -04:00
__init__.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
commands.py
more readable imports
2016-09-05 01:30:37 +02:00
hooks.py
more readable imports
2016-09-05 01:30:37 +02:00
models.py
more readable imports
2016-09-05 01:30:37 +02:00
views.py
Fix usage of is_anonymous as a method for new version of flask-login
2016-09-06 00:08:58 -04:00