Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit d8992ae

Browse files
committed
fix formatting
1 parent ab662a9 commit d8992ae

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/fingerweb/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
For the full list of settings and their values, see
1010
https://docs.djangoproject.com/en/2.0/ref/settings/
1111
"""
12+
1213
import environ
1314
import os
1415
import datetime

app/fingerweb/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
1. Import the include() function: from django.urls import include, path
1414
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
1515
"""
16+
1617
from django.contrib import admin
1718
from django.urls import include, path
1819
from django.contrib.staticfiles.urls import staticfiles_urlpatterns

0 commit comments

Comments
 (0)