gramps/src/web
Gerald Britton 1f2469b09f Simplify with built-in functions where possible. e.g.
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)

These changes reduce source code size and complexity and produce some minor performance gains

svn: r14104
2010-01-21 18:42:53 +00:00
..
grampsdb Removed items generated from Makefile 2010-01-07 14:16:33 +00:00
__init__.py Moved src/gen/web to src/web 2009-11-10 14:23:19 +00:00
djangodb.py Working towards GEDCOM imports through the web 2010-01-06 04:12:08 +00:00
init_gramps.py Added copyright; added scrollbars on page views; indexes on other ref tables 2009-11-22 22:28:30 +00:00
init.py Added profile, with css theme 2010-01-02 16:34:37 +00:00
libdjango.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Makefile Moved src/gen/web to src/web 2009-11-10 14:23:19 +00:00
manage.py Added copyright; added scrollbars on page views; indexes on other ref tables 2009-11-22 22:28:30 +00:00
settings.py Added profile, with css theme 2010-01-02 16:34:37 +00:00
sortheaders.py Use defaultdict type where possible for minor performance gain and source code simplification 2010-01-09 19:54:32 +00:00
urls.py Latest advancement in privacy issues; reworked proxy + forms 2009-12-27 18:23:59 +00:00
utils.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00