Skip to content

Commit

Permalink
docs: _settings/ organizational comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Feb 12, 2024
1 parent b61c026 commit a38771d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion taccsite_cms/_settings/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django_auth_ldap.config import LDAPSearch

########################
# DJANGO
# DJANGO: AUTH
# https://docs.djangoproject.com/en/2.2/ref/settings/#auth
########################

Expand Down
2 changes: 1 addition & 1 deletion taccsite_cms/_settings/email.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Configure email settings (for apps e.g. djangocms_forms)"""

########################
# DJANGO
# DJANGO: EMAIL
# https://docs.djangoproject.com/en/2.2/topics/email/
########################

Expand Down
2 changes: 1 addition & 1 deletion taccsite_cms/_settings/form_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
)

########################
# DJANGO
# DJANGO: FORM
# https://docs.djangoproject.com/en/2.2/ref/settings/#form-renderer
########################

Expand Down

0 comments on commit a38771d

Please sign in to comment.