Skip to content
Snippets Groups Projects
Commit 020c4b04 authored by Jan Mach's avatar Jan Mach
Browse files

Refactoring: Renamed blueprint *auth* to *auth_env*.

For better differentiation between future authentication modules. (Redmine issue: 3734)
parent 2286d52d
No related branches found
No related tags found
No related merge requests found
.. _section-hawat-plugin-auth: .. _section-hawat-plugin-auth-env:
auth auth-env
================================================================================ ================================================================================
.. automodule:: hawat.blueprints.auth .. automodule:: hawat.blueprints.auth_env
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
""" """
Hawat pluggable module: *auth* Hawat pluggable module: *auth_env*
Description Description
^^^^^^^^^^^ ^^^^^^^^^^^
......
...@@ -101,7 +101,7 @@ class Config: ...@@ -101,7 +101,7 @@ class Config:
"""List of all languages (locales) supported by the Hawat application.""" """List of all languages (locales) supported by the Hawat application."""
ENABLED_BLUEPRINTS = [ ENABLED_BLUEPRINTS = [
'hawat.blueprints.auth', 'hawat.blueprints.auth_env',
'hawat.blueprints.design', 'hawat.blueprints.design',
'hawat.blueprints.reports', 'hawat.blueprints.reports',
'hawat.blueprints.events', 'hawat.blueprints.events',
...@@ -173,7 +173,7 @@ class DevelopmentConfig(Config): ...@@ -173,7 +173,7 @@ class DevelopmentConfig(Config):
# #
ENABLED_BLUEPRINTS = [ ENABLED_BLUEPRINTS = [
'hawat.blueprints.auth', 'hawat.blueprints.auth_env',
'hawat.blueprints.devauth', 'hawat.blueprints.devauth',
'hawat.blueprints.design', 'hawat.blueprints.design',
'hawat.blueprints.reports', 'hawat.blueprints.reports',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment