kopia lustrzana https://github.com/wagtail/wagtail
Fixed missing newline (W292)
rodzic
66b7f71687
commit
71441defc4
|
@ -9,4 +9,4 @@ try:
|
|||
AUTH_USER_APP_LABEL, AUTH_USER_MODEL_NAME = AUTH_USER_MODEL.rsplit('.', 1)
|
||||
except ValueError:
|
||||
raise ImproperlyConfigured("AUTH_USER_MODEL must be of the form"
|
||||
" 'app_label.model_name'")
|
||||
" 'app_label.model_name'")
|
||||
|
|
Ładowanie…
Reference in New Issue