Commit graph

11 commits

Author SHA1 Message Date
Jan Dittberner 6cde140c5c Bump version 2023-07-08 17:26:37 +02:00
Jan Dittberner 92941f9a92 Fix tests, fix Django deprecation warnings 2023-02-19 12:21:38 +01:00
Jan Dittberner a264e98e26 Bump version and copyright years 2020-03-02 11:20:08 +01:00
Jan Dittberner 8ba50c4fef Port to Python 3, use pipenv, add defaults to get_env_variable 2018-11-17 13:31:16 +01:00
Jan Dittberner 321edba5f7 Reformat code with PyCharm 2016-09-25 13:02:36 +02:00
Jan Dittberner 0e54172d34 Bump version number to 0.3.0 2016-02-01 23:11:58 +01:00
Jan Dittberner 473fcfffa2 Add gvacommon.settings_utils
This commit adds a get_env_variable function that is taken from gva's
settings.base module into a new module gvacommon.settings_utils.
2016-02-01 23:11:23 +01:00
Jan Dittberner 54c09f5339 Set version number to 0.2.1 2016-01-29 14:21:24 +01:00
Jan Dittberner e831352e85 Add German translation 2016-01-29 14:20:54 +01:00
Jan Dittberner fee2a35264 Set version number to 0.2 2016-01-29 13:45:40 +01:00
Jan Dittberner 8dda40a363 Make gvacommon distributable
This commit performs a lot of changes to make gvacommon properly
distributable:

- add a setup.py
- move code into a module directory
- add a __version__
- add a README.rst and AGPLv3 license file (COPYING)
- specify the licensing in file headers
- move tests into a submodule of gvacommon and split tests for different
  modules into separate test modules
- get rid of django-braces dependency
- adapt setup.cfg to the new directory structure
- ignore build and dist directories
2016-01-29 13:40:12 +01:00