Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
Personal
/
realms-wiki
Отслеживать
1
В избранное
0
Ответвление
У вас уже есть ответвление realms-wiki
0
Код
Задачи
Слияния
Выпуски
Вики
Активность
6a043f4a7d
realms-wiki
/
realms
/
modules
/
wiki
История
Скачать ZIP
Скачать TAR.GZ
stef
6a043f4a7d
more readable imports
2016-09-05 01:30:37 +02:00
..
static
/js
Make modules contain their own static files and templates
2016-08-15 23:06:05 -04:00
templates
/wiki
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
assets.py
more readable imports
2016-09-05 01:30:37 +02:00
hooks.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
models.py
more readable imports
2016-09-05 01:30:37 +02:00
tests.py
more readable imports
2016-09-05 01:30:37 +02:00
views.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