Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix all conflicts | 2023-12-14 | -3/+2 | |
|\ | | | | | | | hopefully I dont have to do this again | |||
| * | Remove and merge superfluous modules | 2022-02-26 | -3/+2 | |
| | | | | | | | | The constants module more or less did what belongs to the settings. | |||
* | | Correct typehints | 2022-02-07 | -2/+2 | |
|/ | ||||
* | Move the SHA into constants.py. | 2020-08-22 | -2/+2 | |
| | | | | The util was redundant. Thanks @MarkKoz | |||
* | Move git SHA fetcher into its own file. | 2020-08-22 | -1/+1 | |
| | | | | Fix tests. | |||
* | Move git SHA fetcher into utils. | 2020-08-22 | -2/+2 | |
| | ||||
* | Move git SHA initialization to __init__.py. | 2020-08-22 | -4/+2 | |
| | | | | This will make it easier to use in multiple places. | |||
* | Add a context processor that outputs the git SHA. | 2020-08-22 | -0/+10 | |
This will make the SHA available in all templates. |