mirror of
https://github.com/django-components/django-components.git
synced 2025-09-02 12:17:20 +00:00
Reformat lines that became too long. And enforce 119 line length.
This commit is contained in:
parent
ef6a082238
commit
48fe8171b4
25 changed files with 314 additions and 733 deletions
|
@ -11,9 +11,7 @@ if not settings.configured:
|
|||
}
|
||||
],
|
||||
COMPONENTS={"template_cache_size": 128},
|
||||
MIDDLEWARE=[
|
||||
"django_components.middleware.ComponentDependencyMiddleware"
|
||||
],
|
||||
MIDDLEWARE=["django_components.middleware.ComponentDependencyMiddleware"],
|
||||
DATABASES={
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.sqlite3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue