little code cleanup - added some newlines at the end of the file

django-5.0
Thomas Leichtfuß 2021-07-16 12:19:30 +02:00
parent 21984861c9
commit c879cac38e
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ from django.apps import AppConfig
class DjangoAdminSelectfilterConfig(AppConfig):
name = 'more_admin_filters'
name = 'more_admin_filters'

View File

@ -127,4 +127,4 @@ USE_TZ = True
STATIC_URL = '/static/'
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'