-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config refactoring adding boilerplate.py just for testing purposes
- Loading branch information
Coto
committed
Jan 27, 2014
1 parent
7de38e3
commit b83f12c
Showing
7 changed files
with
50 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
config = { | ||
|
||
# This config file is used only in appengine.beecoss.com (Sample website) | ||
# Don't use values defined here | ||
'environment': "boilerplate", | ||
|
||
# contact page email settings | ||
'contact_sender': "[email protected]", | ||
'contact_recipient': "[email protected]", | ||
|
||
'captcha_public_key': "6Lednu0SAAAAAKPyxzxIljKc3po4Fz7lmLsn5s3T", | ||
'captcha_private_key': "6Lednu0SAAAAAGkiiVKmkLvpGT1a-sCkaKf-E4xb", | ||
|
||
'send_mail_developer': True, | ||
|
||
# fellas' list | ||
'developers': ( | ||
('GAE Developer', '[email protected]'), | ||
), | ||
|
||
# It is just an example to fill out this value | ||
'google_analytics_code': """ | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-47489500-1', 'auto', {'allowLinker': true}); | ||
ga('require', 'linker'); | ||
ga('linker:autoLink', ['beecoss.com', 'blog.beecoss.com', 'appengine.beecoss.com']); | ||
ga('send', 'pageview'); | ||
</script> | ||
""" | ||
|
||
# ----> ADD MORE CONFIGURATION OPTIONS HERE <---- | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
config = { | ||
|
||
# environment this app is running on: localhost, testing, production | ||
# This config file will be detected in localhost environment and values defined here will overwrite those in config.py | ||
'environment': "localhost", | ||
|
||
# It is just an example to fill out this value | ||
'google_analytics_code': """ | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-47489500-1', 'auto', {'allowLinker': true}); | ||
ga('require', 'linker'); | ||
ga('linker:autoLink', ['beecoss.com', 'blog.beecoss.com', 'appengine.beecoss.com']); | ||
ga('send', 'pageview'); | ||
</script> | ||
""" | ||
|
||
# ----> ADD MORE CONFIGURATION OPTIONS HERE <---- | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ msgstr "" | |
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2013-11-13 00:56+0100\n" | ||
"PO-Revision-Date: 2012-06-21 01:50-0400\n" | ||
"Last-Translator: Coto Augosto <[email protected]>\n" | ||
"Last-Translator: Coto Augosto <@coto>\n" | ||
"Language-Team: es_ES <[email protected]>\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
"MIME-Version: 1.0\n" | ||
|