one and only one empty line at the end of the file

This commit is contained in:
Peter Pfeufer
2021-05-17 09:48:57 +02:00
parent 8c3df89d52
commit a99a375375
72 changed files with 53 additions and 72 deletions

View File

@@ -51,4 +51,4 @@ Subsequently it would implement the UrlHook in a dedicated `auth_hooks.py` file
def register_urls():
return UrlHook(plugin.urls, 'plugin', r^'plugin/')
When this app is included in the project's `settings.INSTALLED_APPS` users would access the index view by navigating to `https://example.com/plugin/index`.
When this app is included in the project's `settings.INSTALLED_APPS` users would access the index view by navigating to `https://example.com/plugin/index`.