little code cleanup - added some newlines at the end of the file
parent
21984861c9
commit
c879cac38e
|
|
@ -2,4 +2,4 @@ from django.apps import AppConfig
|
|||
|
||||
|
||||
class DjangoAdminSelectfilterConfig(AppConfig):
|
||||
name = 'more_admin_filters'
|
||||
name = 'more_admin_filters'
|
||||
|
|
|
|||
|
|
@ -127,4 +127,4 @@ USE_TZ = True
|
|||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
|
|
|
|||
Loading…
Reference in New Issue