[Python-modules-commits] [django-environ] 05/09: Add missing files

Brian May bam at moszumanska.debian.org
Thu Jan 7 02:43:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository django-environ.

commit 860209d6de299bd9cd2e0f0ac1cd50f944da502a
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Wed Jan 6 19:02:36 2016 +1100

    Add missing files
    
    Files missing from upstream PyPI release.
---
 environ/test_env.txt | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/environ/test_env.txt b/environ/test_env.txt
new file mode 100644
index 0000000..f4c39ca
--- /dev/null
+++ b/environ/test_env.txt
@@ -0,0 +1,29 @@
+DICT_VAR=foo=bar,test=on
+BOOL_FALSE_VAR2=False
+DATABASE_MYSQL_URL=mysql://bea6eb0:69772142@us-cdbr-east.cleardb.com/heroku_97681?reconnect=true
+DATABASE_MYSQL_GIS_URL=mysqlgis://user:password@127.0.0.1/some_database
+CACHE_URL=memcache://127.0.0.1:11211
+CACHE_REDIS=rediscache://127.0.0.1:6379:1?client_class=django_redis.client.DefaultClient&password=secret
+EMAIL_URL=smtps://user@domain.com:password@smtp.example.com:587
+URL_VAR=http://www.google.com/
+PATH_VAR=/home/dev
+BOOL_FALSE_VAR=0
+BOOL_TRUE_VAR2=True
+DATABASE_SQLITE_URL=sqlite:////full/path/to/your/database/file.sqlite
+JSON_VAR={"three": 33.44, "two": 2, "one": "bar"}
+BOOL_TRUE_VAR=1
+DATABASE_URL=postgres://uf07k1:wegauwhg@ec2-107-21-253-135.compute-1.amazonaws.com:5431/d8r82722
+FLOAT_VAR=33.3
+FLOAT_COMMA_VAR=33,3
+FLOAT_STRANGE_VAR1=123,420,333.3
+FLOAT_STRANGE_VAR2=123.420.333,3
+PROXIED_VAR=$STR_VAR
+EMPTY_LIST=
+INT_VAR=42
+STR_LIST_WITH_SPACES= foo,  bar
+STR_VAR=bar
+INT_LIST=42,33
+CYRILLIC_VAR=фуубар
+INT_TUPLE=(42,33)
+DATABASE_ORACLE_TNS_URL=oracle://user:password@sid
+DATABASE_ORACLE_URL=oracle://user:password@host:1521/sid

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-environ.git



More information about the Python-modules-commits mailing list