aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-07-23 10:57:07 +0300
committerFilipp Lepalaan <f@230.to>2013-07-23 10:57:07 +0300
commitb9fc1060406a433473faa70c236ba3e177640d26 (patch)
tree4770f41e256c70781df288fc701234a5eedf8958
parent71cba08024026bcb7dde03339572fc1f6907bad1 (diff)
downloadmotor.old-b9fc1060406a433473faa70c236ba3e177640d26.tar.gz
motor.old-b9fc1060406a433473faa70c236ba3e177640d26.tar.bz2
motor.old-b9fc1060406a433473faa70c236ba3e177640d26.zip
A few fixes
-rw-r--r--docs/templates/terms.html6
-rw-r--r--motor/settings.py6
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 @@
<div class="terms">
<h2>{{ title }}</h2>
- <p>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.</p>
+ <p>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").</p>
- <p>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: <a href="http://docs.servoapp.com/terms/">http://docs.servoapp.com/terms/.</a></p>
+ <p>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.</p>
+
+ <p>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: <a href="https://docs.servoapp.com/terms/">https://docs.servoapp.com/terms/.</a></p>
<h3>A. Definition of Terms</h3>
<hr/>
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