Skip to content

Commit e7711f0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ce99384 commit e7711f0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

hacktj_live/contrib/sites/migrations/0003_set_site_domain_and_name.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
To understand why this file is here, please read:
33
http://cookiecutter-django.readthedocs.io/en/latest/faq.html#why-is-there-a-django-contrib-sites-directory-in-cookiecutter-django
44
"""
5+
56
from django.conf import settings
67
from django.db import migrations
78

hacktj_live/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
https://docs.djangoproject.com/en/3.0/ref/settings/
1111
"""
1212

13-
1413
from collections import OrderedDict
1514
from datetime import datetime
1615
from subprocess import run as run_cmd

hacktj_live/urls.py

+1
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
import allauth
1718

1819
from django.contrib import admin

0 commit comments

Comments
 (0)