Skip to content

Commit

Permalink
Upgrade Django
Browse files Browse the repository at this point in the history
  • Loading branch information
heykarimoff committed Jun 20, 2024
1 parent 002546b commit b791cb5
Show file tree
Hide file tree
Showing 6 changed files with 733 additions and 794 deletions.
8 changes: 5 additions & 3 deletions template/docs/reference/envvars.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
tags:
- Configuration
- Configuration
---

# Environmental Variables

## `ALLOWED_HOSTS`
Expand Down Expand Up @@ -48,5 +49,6 @@ more details what this is actually used for and suitable values.
- default `None`

<!-- Links -->
[allows-hosts]: https://docs.djangoproject.com/en/4.1/ref/settings/#std-setting-ALLOWED_HOSTS
[secret-key]: https://docs.djangoproject.com/en/4.1/ref/settings/#secret-key

[allows-hosts]: https://docs.djangoproject.com/en/5.0/ref/settings/#std-setting-ALLOWED_HOSTS
[secret-key]: https://docs.djangoproject.com/en/5.0/ref/settings/#secret-key
Loading

0 comments on commit b791cb5

Please sign in to comment.