Skip to content

Commit

Permalink
blacken drfx/settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tswfi committed Apr 4, 2023
1 parent 136da20 commit 3ad1767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drfx/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
# use the management command update_local_bootstrap to fetch the files
# and to get this section when needed
BOOTSTRAP4 = {
'css_url': '/static/www/bootstrap4/bootstrap.min.css',
'javascript_url': '/static/www/bootstrap4/bootstrap.bundle.min.js',
'jquery_slim_url': '/static/www/bootstrap4/jquery-3.5.1.slim.min.js',
'jquery_url': '/static/www/bootstrap4/jquery-3.5.1.min.js',
"css_url": "/static/www/bootstrap4/bootstrap.min.css",
"javascript_url": "/static/www/bootstrap4/bootstrap.bundle.min.js",
"jquery_slim_url": "/static/www/bootstrap4/jquery-3.5.1.slim.min.js",
"jquery_url": "/static/www/bootstrap4/jquery-3.5.1.min.js",
}

MIDDLEWARE = [
Expand Down

0 comments on commit 3ad1767

Please sign in to comment.