Commit graph

26 commits

Author SHA1 Message Date
2adcd09322
Added CI pipeline for testing and publishing
Introduced a GitLab CI configuration to automate the testing and publishing of the package. The pipeline runs tests and, on tagged commits, publishes the package to PyPI using stored credentials, ensuring a streamlined release process.
2023-12-22 12:15:30 +01:00
e3dcc2cd4b
Add migration 0001 2023-06-09 16:15:05 +02:00
7534cf3b13 Fix README
Version bump
2021-02-12 13:31:44 +00:00
1d66ae1b3e Fix README 2021-02-12 13:20:38 +00:00
2b86f1a9f0 Change project name
Version bump
2021-02-12 13:19:22 +00:00
b1534a9ff9 Add (lazy) DBSettings object inspired by django.conf.settings 2020-12-30 10:32:27 +01:00
6f432e038a Require Django! 2020-08-21 17:09:21 +02:00
24ef515b61 Django??? 2020-08-21 17:06:12 +02:00
067ce73c87 Require Django? 2020-08-21 17:03:26 +02:00
ac474095b0 Change version 2020-08-21 16:59:51 +02:00
1f4d001f23 Require Django 2020-08-21 16:58:45 +02:00
c2fe32e622 Improve readme some more 2020-05-25 19:21:59 +02:00
5e9d78b0e3 Fix readme 2020-05-25 19:14:26 +02:00
c04ea37516 Add upgrade notes to readme 2020-05-25 19:10:54 +02:00
2cdbb57824 Version bump to 0.9 2020-05-25 19:09:12 +02:00
f7414d124b I don't think there's any good reason not to use a TextField there. 2020-05-25 19:05:55 +02:00
89cd57c2bd Add default option to dbsetting template tag 2020-04-16 09:51:48 +02:00
d40cde2aef Preparing for packaging 2020-04-16 09:07:23 +02:00
e576d8ef08 Move to dbsettings subdirectory 2020-04-16 08:59:29 +02:00
06e4fcd801 Doesn't work that way, sadly... 2020-04-10 16:15:18 +02:00
a1bf7c0dbd Improve structure 2020-04-08 16:55:18 +02:00
264a433574 Add default return value argument to getValue() 2020-04-08 16:43:56 +02:00
e8e5142f96
Remove migrations from project files - creating them locally is safer 2020-02-15 15:15:07 +01:00
47c7a84781 Missing migration, add dbsetting template tag 2020-01-18 22:48:10 +01:00
99f0ccaf72 Comply with MySQL CharField restriction of 255 chars 2020-01-17 16:24:53 +01:00
ce4c240043 Initial commit 2019-12-24 14:36:09 +01:00