From b9fc1060406a433473faa70c236ba3e177640d26 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 23 Jul 2013 10:57:07 +0300 Subject: A few fixes --- docs/templates/terms.html | 6 ++++-- motor/settings.py | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/templates/terms.html b/docs/templates/terms.html index 0b94677..847046a 100644 --- a/docs/templates/terms.html +++ b/docs/templates/terms.html @@ -4,9 +4,11 @@

{{ title }}

-

By using the ServoApp Service Management System ("Service"), or any services of First Party Software, Ltd (" First Part Software"), you are agreeing to be bound by the following terms and conditions ("Terms of Service"). IF YOU ARE ENTERING INTO THIS AGREEMENT ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE AUTHORITY TO BIND SUCH ENTITY, ITS AFFILIATES AND ALL USERS WHO ACCESS OUR SERVICES THROUGH YOUR ACCOUNT TO THESE TERMS AND CONDITIONS, IN WHICH CASE THE TERMS "YOU" OR "YOUR" SHALL REFER TO SUCH ENTITY, ITS AFFILIATES AND USERS ASSOCIATED WITH IT. IF YOU DO NOT HAVE SUCH AUTHORITY, OR IF YOU DO NOT AGREE WITH THESE TERMS AND CONDITIONS, YOU MUST NOT ACCEPT THIS AGREEMENT AND MAY NOT USE THE SERVICES.

+

By using the ServoApp Service Management System ("Service"), or any services of First Party Software, Ltd (" First Part Software"), you are agreeing to be bound by the following terms and conditions ("Terms of Service").

-

If First Party Software makes material changes to these Terms, we will notify you by email or by posting a notice on our site before the changes are effective. Any new features that augment or enhance the current Service, including the release of new tools and resources, shall be subject to the Terms of Service. Continued use of the Service after any such changes shall constitute your consent to such changes. You can review the most current version of the Terms of Service at any time at: http://docs.servoapp.com/terms/.

+

IF YOU ARE ENTERING INTO THIS AGREEMENT ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE AUTHORITY TO BIND SUCH ENTITY, ITS AFFILIATES AND ALL USERS WHO ACCESS OUR SERVICES THROUGH YOUR ACCOUNT TO THESE TERMS AND CONDITIONS, IN WHICH CASE THE TERMS "YOU" OR "YOUR" SHALL REFER TO SUCH ENTITY, ITS AFFILIATES AND USERS ASSOCIATED WITH IT. IF YOU DO NOT HAVE SUCH AUTHORITY, OR IF YOU DO NOT AGREE WITH THESE TERMS AND CONDITIONS, YOU MUST NOT ACCEPT THIS AGREEMENT AND MAY NOT USE THE SERVICES.

+ +

If First Party Software makes material changes to these Terms, we will notify you by email or by posting a notice on our site before the changes are effective. Any new features that augment or enhance the current Service, including the release of new tools and resources, shall be subject to the Terms of Service. Continued use of the Service after any such changes shall constitute your consent to such changes. You can review the most current version of the Terms of Service at any time at: https://docs.servoapp.com/terms/.

A. Definition of Terms


diff --git a/motor/settings.py b/motor/settings.py index 7b927ec..5afd5fa 100644 --- a/motor/settings.py +++ b/motor/settings.py @@ -4,11 +4,11 @@ import os import motor as project_module PROJECT_DIR = os.path.dirname(os.path.realpath(project_module.__file__)) -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = ( - # ('Your Name', 'your_email@example.com'), + ('Filipp Lepalaan', 'support@servoapp.com'), ) MANAGERS = ADMINS @@ -27,7 +27,7 @@ DATABASES = { # Hosts/domain names that are valid for this site; required if DEBUG is False # See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name -- cgit v1.2.3