Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Oct 4, 2024
1 parent cb0658f commit e60fbbe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,14 @@ High-flying components for perfectionists with deadlines.
```python
# settings.py
from pathlib import Path
DJANGO_BIRD = {
"ENABLE_AUTO_CONFIG": False,
}
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [
Path(__file__).parent / "templates",
],
"DIRS": [...],
"OPTIONS": {
"builtins": [
"django_bird.templatetags.django_bird",
Expand Down

0 comments on commit e60fbbe

Please sign in to comment.