8000 docs: Improve explanation on how to use templates with django CMS by fsbraun · Pull Request #7929 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

docs: Improve explanation on how to use templates with django CMS #7929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 29, 2024
Prev Previous commit
Next Next commit
Update setup.cfg
  • Loading branch information
fsbraun committed May 25, 2024
commit d00684e6ae7f518fb6dff6f92c56493e71fec93b
1 change: 0 additions & 1 deletion docs/spelling_wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ apphook
apphooked
apphooks
apps
assertIn
astagi
Asus
attr
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ bcrypt = bcrypt
universal=1

[codespell]
ignore-words-list = cant,statics,groupe,manuel,uptodate
ignore-words-list = cant,statics,groupe,manuel,uptodate,assertIn
skip = package-lock.json,*.js,*.js.html,*.po,./node_modules/*,./.idea/*,./docs/env/*,./docs/build/*,./.env/*,./.venv/*,./build/*,./django_cms.egg-info/*,./.git,./cms/test_utils/project/sampleapp/models.py,./venv/*,./docs/spelling_wordlist
0