Este sitio web requiere JavaScript.
Explorar
Ayuda
Iniciar sesión
Personal
/
realms-wiki
Seguir
1
Destacar
0
Fork
Ya ha forkeado realms-wiki
0
Código
Incidencias
Pull requests
Lanzamientos
Wiki
Actividad
1152c851e1
realms-wiki
/
realms
/
modules
/
auth
Histórico
Descargar ZIP
Descargar TAR.GZ
stef
6a043f4a7d
more readable imports
2016-09-05 01:30:37 +02:00
..
ldap
more readable imports
2016-09-05 01:30:37 +02:00
local
more readable imports
2016-09-05 01:30:37 +02:00
oauth
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
templates
/auth
Make modules contain their own static files and templates
2016-08-15 23:06:05 -04:00
__init__.py
more readable imports
2016-09-05 01:30:37 +02:00
models.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
tests.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
views.py
more readable imports
2016-09-05 01:30:37 +02:00