diff --git a/auth/__init__.py b/helios_auth/__init__.py
similarity index 100%
rename from auth/__init__.py
rename to helios_auth/__init__.py
diff --git a/auth/auth_systems/__init__.py b/helios_auth/auth_systems/__init__.py
similarity index 100%
rename from auth/auth_systems/__init__.py
rename to helios_auth/auth_systems/__init__.py
diff --git a/auth/auth_systems/cas.py b/helios_auth/auth_systems/cas.py
similarity index 100%
rename from auth/auth_systems/cas.py
rename to helios_auth/auth_systems/cas.py
diff --git a/auth/auth_systems/facebook.py b/helios_auth/auth_systems/facebook.py
similarity index 100%
rename from auth/auth_systems/facebook.py
rename to helios_auth/auth_systems/facebook.py
diff --git a/auth/auth_systems/facebookclient/__init__.py b/helios_auth/auth_systems/facebookclient/__init__.py
similarity index 100%
rename from auth/auth_systems/facebookclient/__init__.py
rename to helios_auth/auth_systems/facebookclient/__init__.py
diff --git a/auth/auth_systems/facebookclient/djangofb/__init__.py b/helios_auth/auth_systems/facebookclient/djangofb/__init__.py
similarity index 100%
rename from auth/auth_systems/facebookclient/djangofb/__init__.py
rename to helios_auth/auth_systems/facebookclient/djangofb/__init__.py
diff --git a/auth/auth_systems/facebookclient/djangofb/context_processors.py b/helios_auth/auth_systems/facebookclient/djangofb/context_processors.py
similarity index 100%
rename from auth/auth_systems/facebookclient/djangofb/context_processors.py
rename to helios_auth/auth_systems/facebookclient/djangofb/context_processors.py
diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/__init__.py b/helios_auth/auth_systems/facebookclient/djangofb/default_app/__init__.py
similarity index 100%
rename from auth/auth_systems/facebookclient/djangofb/default_app/__init__.py
rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/__init__.py
diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/models.py b/helios_auth/auth_systems/facebookclient/djangofb/default_app/models.py
similarity index 100%
rename from auth/auth_systems/facebookclient/djangofb/default_app/models.py
rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/models.py
diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/templates/canvas.fbml b/helios_auth/auth_systems/facebookclient/djangofb/default_app/templates/canvas.fbml
similarity index 100%
rename from auth/auth_systems/facebookclient/djangofb/default_app/templates/canvas.fbml
rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/templates/canvas.fbml
diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/urls.py b/helios_auth/auth_systems/facebookclient/djangofb/default_app/urls.py
similarity index 100%
rename from auth/auth_systems/facebookclient/djangofb/default_app/urls.py
rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/urls.py
diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/views.py b/helios_auth/auth_systems/facebookclient/djangofb/default_app/views.py
similarity index 100%
rename from auth/auth_systems/facebookclient/djangofb/default_app/views.py
rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/views.py
diff --git a/auth/auth_systems/facebookclient/djangofb/models.py b/helios_auth/auth_systems/facebookclient/djangofb/models.py
similarity index 100%
rename from auth/auth_systems/facebookclient/djangofb/models.py
rename to helios_auth/auth_systems/facebookclient/djangofb/models.py
diff --git a/auth/auth_systems/facebookclient/webappfb.py b/helios_auth/auth_systems/facebookclient/webappfb.py
similarity index 100%
rename from auth/auth_systems/facebookclient/webappfb.py
rename to helios_auth/auth_systems/facebookclient/webappfb.py
diff --git a/auth/auth_systems/facebookclient/wsgi.py b/helios_auth/auth_systems/facebookclient/wsgi.py
similarity index 100%
rename from auth/auth_systems/facebookclient/wsgi.py
rename to helios_auth/auth_systems/facebookclient/wsgi.py
diff --git a/auth/auth_systems/google.py b/helios_auth/auth_systems/google.py
similarity index 100%
rename from auth/auth_systems/google.py
rename to helios_auth/auth_systems/google.py
diff --git a/auth/auth_systems/linkedin.py b/helios_auth/auth_systems/linkedin.py
similarity index 100%
rename from auth/auth_systems/linkedin.py
rename to helios_auth/auth_systems/linkedin.py
diff --git a/auth/auth_systems/live.py b/helios_auth/auth_systems/live.py
similarity index 100%
rename from auth/auth_systems/live.py
rename to helios_auth/auth_systems/live.py
diff --git a/auth/auth_systems/oauthclient/README b/helios_auth/auth_systems/oauthclient/README
similarity index 100%
rename from auth/auth_systems/oauthclient/README
rename to helios_auth/auth_systems/oauthclient/README
diff --git a/auth/auth_systems/oauthclient/__init__.py b/helios_auth/auth_systems/oauthclient/__init__.py
similarity index 100%
rename from auth/auth_systems/oauthclient/__init__.py
rename to helios_auth/auth_systems/oauthclient/__init__.py
diff --git a/auth/auth_systems/oauthclient/client.py b/helios_auth/auth_systems/oauthclient/client.py
similarity index 100%
rename from auth/auth_systems/oauthclient/client.py
rename to helios_auth/auth_systems/oauthclient/client.py
diff --git a/auth/auth_systems/oauthclient/oauth/CHANGES.txt b/helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt
similarity index 100%
rename from auth/auth_systems/oauthclient/oauth/CHANGES.txt
rename to helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt
diff --git a/auth/auth_systems/oauthclient/oauth/__init__.py b/helios_auth/auth_systems/oauthclient/oauth/__init__.py
similarity index 100%
rename from auth/auth_systems/oauthclient/oauth/__init__.py
rename to helios_auth/auth_systems/oauthclient/oauth/__init__.py
diff --git a/auth/auth_systems/oauthclient/oauth/rsa.py b/helios_auth/auth_systems/oauthclient/oauth/rsa.py
similarity index 100%
rename from auth/auth_systems/oauthclient/oauth/rsa.py
rename to helios_auth/auth_systems/oauthclient/oauth/rsa.py
diff --git a/auth/auth_systems/openid/__init__.py b/helios_auth/auth_systems/openid/__init__.py
similarity index 100%
rename from auth/auth_systems/openid/__init__.py
rename to helios_auth/auth_systems/openid/__init__.py
diff --git a/auth/auth_systems/openid/util.py b/helios_auth/auth_systems/openid/util.py
similarity index 100%
rename from auth/auth_systems/openid/util.py
rename to helios_auth/auth_systems/openid/util.py
diff --git a/auth/auth_systems/openid/view_helpers.py b/helios_auth/auth_systems/openid/view_helpers.py
similarity index 100%
rename from auth/auth_systems/openid/view_helpers.py
rename to helios_auth/auth_systems/openid/view_helpers.py
diff --git a/auth/auth_systems/password.py b/helios_auth/auth_systems/password.py
similarity index 100%
rename from auth/auth_systems/password.py
rename to helios_auth/auth_systems/password.py
diff --git a/auth/auth_systems/twitter.py b/helios_auth/auth_systems/twitter.py
similarity index 100%
rename from auth/auth_systems/twitter.py
rename to helios_auth/auth_systems/twitter.py
diff --git a/auth/auth_systems/yahoo.py b/helios_auth/auth_systems/yahoo.py
similarity index 100%
rename from auth/auth_systems/yahoo.py
rename to helios_auth/auth_systems/yahoo.py
diff --git a/auth/jsonfield.py b/helios_auth/jsonfield.py
similarity index 100%
rename from auth/jsonfield.py
rename to helios_auth/jsonfield.py
diff --git a/auth/media/login-icons/cas.png b/helios_auth/media/login-icons/cas.png
similarity index 100%
rename from auth/media/login-icons/cas.png
rename to helios_auth/media/login-icons/cas.png
diff --git a/auth/media/login-icons/facebook.png b/helios_auth/media/login-icons/facebook.png
similarity index 100%
rename from auth/media/login-icons/facebook.png
rename to helios_auth/media/login-icons/facebook.png
diff --git a/auth/media/login-icons/google.png b/helios_auth/media/login-icons/google.png
similarity index 100%
rename from auth/media/login-icons/google.png
rename to helios_auth/media/login-icons/google.png
diff --git a/auth/media/login-icons/linkedin.png b/helios_auth/media/login-icons/linkedin.png
similarity index 100%
rename from auth/media/login-icons/linkedin.png
rename to helios_auth/media/login-icons/linkedin.png
diff --git a/auth/media/login-icons/password.png b/helios_auth/media/login-icons/password.png
similarity index 100%
rename from auth/media/login-icons/password.png
rename to helios_auth/media/login-icons/password.png
diff --git a/auth/media/login-icons/twitter.png b/helios_auth/media/login-icons/twitter.png
similarity index 100%
rename from auth/media/login-icons/twitter.png
rename to helios_auth/media/login-icons/twitter.png
diff --git a/auth/media/login-icons/yahoo.png b/helios_auth/media/login-icons/yahoo.png
similarity index 100%
rename from auth/media/login-icons/yahoo.png
rename to helios_auth/media/login-icons/yahoo.png
diff --git a/auth/media/main.css b/helios_auth/media/main.css
similarity index 100%
rename from auth/media/main.css
rename to helios_auth/media/main.css
diff --git a/auth/media/signin-with-twitter.png b/helios_auth/media/signin-with-twitter.png
similarity index 100%
rename from auth/media/signin-with-twitter.png
rename to helios_auth/media/signin-with-twitter.png
diff --git a/auth/media/twitter.png b/helios_auth/media/twitter.png
similarity index 100%
rename from auth/media/twitter.png
rename to helios_auth/media/twitter.png
diff --git a/auth/migrations/0001_initial.py b/helios_auth/migrations/0001_initial.py
similarity index 100%
rename from auth/migrations/0001_initial.py
rename to helios_auth/migrations/0001_initial.py
diff --git a/auth/migrations/__init__.py b/helios_auth/migrations/__init__.py
similarity index 100%
rename from auth/migrations/__init__.py
rename to helios_auth/migrations/__init__.py
diff --git a/auth/models.py b/helios_auth/models.py
similarity index 100%
rename from auth/models.py
rename to helios_auth/models.py
diff --git a/auth/security/__init__.py b/helios_auth/security/__init__.py
similarity index 100%
rename from auth/security/__init__.py
rename to helios_auth/security/__init__.py
diff --git a/auth/security/oauth.py b/helios_auth/security/oauth.py
similarity index 100%
rename from auth/security/oauth.py
rename to helios_auth/security/oauth.py
diff --git a/auth/templates/base.html b/helios_auth/templates/base.html
similarity index 100%
rename from auth/templates/base.html
rename to helios_auth/templates/base.html
diff --git a/auth/templates/index.html b/helios_auth/templates/index.html
similarity index 100%
rename from auth/templates/index.html
rename to helios_auth/templates/index.html
diff --git a/auth/templates/login_box.html b/helios_auth/templates/login_box.html
similarity index 100%
rename from auth/templates/login_box.html
rename to helios_auth/templates/login_box.html
diff --git a/auth/templates/password/forgot.html b/helios_auth/templates/password/forgot.html
similarity index 100%
rename from auth/templates/password/forgot.html
rename to helios_auth/templates/password/forgot.html
diff --git a/auth/templates/password/login.html b/helios_auth/templates/password/login.html
similarity index 100%
rename from auth/templates/password/login.html
rename to helios_auth/templates/password/login.html
diff --git a/auth/templates/perms_why.html b/helios_auth/templates/perms_why.html
similarity index 100%
rename from auth/templates/perms_why.html
rename to helios_auth/templates/perms_why.html
diff --git a/auth/templates/twitter/follow.html b/helios_auth/templates/twitter/follow.html
similarity index 100%
rename from auth/templates/twitter/follow.html
rename to helios_auth/templates/twitter/follow.html
diff --git a/auth/tests.py b/helios_auth/tests.py
similarity index 100%
rename from auth/tests.py
rename to helios_auth/tests.py
diff --git a/auth/urls.py b/helios_auth/urls.py
similarity index 100%
rename from auth/urls.py
rename to helios_auth/urls.py
diff --git a/auth/utils.py b/helios_auth/utils.py
similarity index 100%
rename from auth/utils.py
rename to helios_auth/utils.py
diff --git a/auth/view_utils.py b/helios_auth/view_utils.py
similarity index 100%
rename from auth/view_utils.py
rename to helios_auth/view_utils.py
diff --git a/auth/views.py b/helios_auth/views.py
similarity index 100%
rename from auth/views.py
rename to helios_auth/views.py