Commit graph

26 commits

Author SHA1 Message Date
c2e27d43c3
rename, relocate, and simplify the task queue (#106) 2025-04-21 21:59:00 -05:00
33fb726bdc
drop support for Django 5.0 (#99)
Some checks failed
lint / pre-commit (push) Waiting to run
release / linux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 4s
release / linux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:ppc64le]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:s390x]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 3s
release / test (push) Has been skipped
release / windows (map[runner:windows-latest target:x64]) (push) Has been cancelled
release / windows (map[runner:windows-latest target:x86]) (push) Has been cancelled
release / macos (map[runner:macos-13 target:x86_64]) (push) Has been cancelled
release / macos (map[runner:macos-14 target:aarch64]) (push) Has been cancelled
release / sdist (push) Has been cancelled
release / release (push) Has been cancelled
2025-04-21 12:41:28 -05:00
0f389b01bf
add support for Django 5.2 (#97) 2025-04-21 12:22:00 -05:00
e6bde2d7aa
use cog to automatically generate Python and Django versions (#96) 2025-04-21 12:09:30 -05:00
7654334052
rename templates crate to djls-templates (#89) 2025-04-20 22:34:54 -05:00
b33d3f890d
Add support for system-wide installation (#62) 2025-01-03 11:39:18 -06:00
a2b715999e add disclaimer 2025-01-03 09:27:26 -06:00
14e9bfffa3 consistent slashes 2025-01-03 09:23:54 -06:00
94216fa5ad adjust project crates list 2025-01-03 09:22:50 -06:00
589cd6660e add pretty badges 2025-01-03 09:14:49 -06:00
accb8fdfb4
add neovim plugin (#59) 2025-01-03 08:55:54 -06:00
fd58222570 relicense 2024-12-23 20:03:50 -06:00
4e737881ed adjust README 2024-12-23 19:48:30 -06:00
492f2f6633 adjust README for new architecture 2024-12-23 10:41:49 -06:00
5c821d8591
add basic documentation (#42)
* add basic documentation

* remove leading slash
2024-12-16 16:47:58 -06:00
757a400a8a
adopt DjangoVer (#41)
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
* adopt DjangoVer

* add section to readme detailing djangover

* add subsection about breaking changes

* adjust requirements to reference new section

* tweak wording

* more tweaking

* wording and stylistic tweaks

* bump uv lock

* add metadata for version info

* add initial bumpver config

* add utility just command

* change version pattern
2024-12-16 12:10:10 -06:00
6b013eeba1 spaces
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
2024-12-16 07:27:41 -06:00
0cd76372d0 tweak Installation section 2024-12-16 07:26:12 -06:00
97db9143ae adjust tagline 2024-12-16 01:45:32 -06:00
348aa3489c add 3.9 2024-12-16 01:43:53 -06:00
85fa0e5fb6 adjust features list 2024-12-16 01:42:30 -06:00
7dcb68a42d change highlight link 2024-12-16 01:41:25 -06:00
f71f9c90c2 tweak wording of development section 2024-12-16 01:40:11 -06:00
930094872a Add initial README content 2024-12-16 01:32:18 -06:00
fce343f44d
add djls-django crate (#6)
* add djls-django crate

* rework

* oops

* add check for GDAL and GeoDjango

* lots of things

* remove unused scripts

* move scripts to dedicated mod and make static consts

* inline gdal check

* rename mod

* rename mod

* move server info to consts

* adjust pyproject

* hide rustfmt config

* simplify django setup

* adjust printing
2024-12-07 16:02:48 -06:00
08fd1f27b9 initial commit 2024-12-04 23:04:43 -06:00