Skip to content

Commit 7c9a229

Browse files
author
README-bot
committed
Updated READMEs
1 parent 042d876 commit 7c9a229

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Since this repo has a few stars ⭐ (hi everyone), I want to take a moment to se
9595
* [Neapolitan: Everything I've Learned](https://github.com/williln/til/blob/main/django/neapolitan.md) - 2024-08-01
9696
* [Run SQL statements as part of your migrations with `migrations.RunSQL`](https://github.com/williln/til/blob/main/django/run_sql.md) - 2024-07-23
9797
* [Testing Django signals, and disabling signals in tests (Django 2.2)](https://github.com/williln/til/blob/main/django/testing_django_signals.md) - 2020-07-27
98+
* [Themes for the Django Admin](https://github.com/williln/til/blob/main/django/admin_themes.md) - 2025-04-25
9899
* [Using `Coalesce` to provide a default value for `aggregate` queries](https://github.com/williln/til/blob/main/django/aggregation_coalesce.md) - 2021-02-18
99100
* [Using `defer()` to limit the data you get from your models](https://github.com/williln/til/blob/main/django/defer.md) - 2022-10-19
100101
* [Using `django-admin-env-notice` to add an envioronment notice to the frontend](https://github.com/williln/til/blob/main/django/add_env_banner_to_frontend.md) - 2024-06-20

django/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [Neapolitan: Everything I've Learned](neapolitan.md)
1919
- [Run SQL statements as part of your migrations with `migrations.RunSQL`](run_sql.md)
2020
- [Testing Django signals, and disabling signals in tests (Django 2.2)](testing_django_signals.md)
21+
- [Themes for the Django Admin](admin_themes.md)
2122
- [Using Django Aggregation](aggregation.md)
2223
- [Using Enums in a Django Model ChoiceField (Django 2.2)](enums_as_choices.md)
2324
- [Using `Coalesce` to provide a default value for `aggregate` queries](aggregation_coalesce.md)

0 commit comments

Comments
 (0)