calendar-social/calsocial
Gergely Polonkai 490474b2d6 Create a testing configuration
From now on, testing should be done with FLASK_ENV set to testing
2018-07-25 20:26:40 +02:00
..
calendar_system Fully cover the Gregorian Calendar with tests 2018-07-24 08:28:04 +02:00
static Make it possible to use builtin avatars 2018-07-25 08:24:10 +02:00
templates Create a macro for profile links and use it on the welcome and profile display pages 2018-07-25 08:36:03 +02:00
translations/hu/LC_MESSAGES Update Hungarian translations 2018-07-16 11:12:56 +02:00
__init__.py [Bugfix] Use FLASK_ENV for the config filename instead of ENV 2018-07-25 20:25:12 +02:00
__main__.py [Docs] Add/update docstrings and license text in every file 2018-07-03 09:52:25 +02:00
account.py [Bugfix] Fix registration 2018-07-23 13:04:04 +02:00
cache.py [Lint] Make PyLint happy again 2018-07-23 12:35:57 +02:00
config_development.py [Bugfix] Fix the environment name for dev mode 2018-07-23 11:53:56 +02:00
config_testing.py Create a testing configuration 2018-07-25 20:26:40 +02:00
forms.py Make it possible to set one’s avatar 2018-07-25 08:36:03 +02:00
models.py Make it possible to use builtin avatars 2018-07-25 08:24:10 +02:00
security.py Save sessions in the cache 2018-07-19 15:15:49 +02:00
utils.py [Lint] Make PyLint happy again 2018-07-23 12:35:57 +02:00