Skip to content

Commit

Permalink
📚 Generate internal readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
williln committed Jul 11, 2024
1 parent 1f3e365 commit e267aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions django/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
- [Using `defer()` to limit the data you get from your models](defer.md)
- [Using `django-admin-env-notice` to add an envioronment notice to the frontend](add_env_banner_to_frontend.md)
- [Using `django-countries`](django_countries.md)
- [Using `iterator()` to loop through large querysets efficiently](iterator.md)
- [Using inline formsets with `inlineformset_factory`](using_inline_formsets.md)
- [Why won't my Django file URLs come back signed from S3?](aws_signed_urls.md)
3 changes: 2 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
- [Generate a markdown file with a table of contents in Python](generate-toc.md)
- [Generating a clickable table-of-contents for each directory in my TILs](generate_toc_for_subdirectory.md)
- [How to sort a Python dictionary by key or value](sort_dictionary.md)
- [How to sort a Python dictionary by multiple values](sort_dict_multiple_keys.md)
- [How to sort a Python dictionary by multiple values](sort_dict_multiple_keys.md)
- [Using `Decimal.quantize`](decimal_quantize.md)

0 comments on commit e267aee

Please sign in to comment.