I hereby claim:
- I am jpatel3 on github.
- I am jpatel (https://keybase.io/jpatel) on keybase.
- I have a public key whose fingerprint is A649 5F3A 5D66 E782 30F3 0B63 854E 0AD8 2A96 FFB7
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 1EGR7zkC4QopWXsGmtz1B9aznnr63oUtun https://explorer.blockstack.org/address/1EGR7zkC4QopWXsGmtz1B9aznnr63oUtun |
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- | |
Licensed to the Apache Software Foundation (ASF) under one or more | |
contributor license agreements. See the NOTICE file distributed with | |
this work for additional information regarding copyright ownership. | |
The ASF licenses this file to You under the Apache License, Version 2.0 | |
(the "License"); you may not use this file except in compliance with | |
the License. You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 |
Verifying my Blockstack ID is secured with the address 15MF3dKZEDzS372c1gssU9eDQvJUN6EMec https://explorer.blockstack.org/address/15MF3dKZEDzS372c1gssU9eDQvJUN6EMec |
Verifying that "jpatel.id" is my Blockstack ID. https://onename.com/jpatel |
I hereby claim:
To claim this, I am signing this object:
%YAML 1.2 | |
--- | |
Application: | |
license_key: REPLACE_WITH_REAL_KEY | |
wake_interval: 60 | |
#newrelic_api_timeout: 10 | |
#proxy: http://localhost:8080 | |
#apache_httpd: | |
# name: hostname |
[{ | |
"filter_name": "Subject", | |
"filter_title": "Subject / Topic", | |
"children": [{ | |
"name": "", | |
"tags": [{ | |
"name": "Community", | |
"description": "" | |
}, { | |
"name": "Politics", |
{ | |
"fields": [ | |
{"type": "", "name": "Case", "id": "id"}, | |
{"type": "", "name": "Name", "id": "name"}, | |
{"type": "", "name": "Span", "id": "span"}, | |
{"type": "categorical", "sortOrder": "DSC", "name": "Month", "id": "month"}, | |
{"type": "", "name": "Gender", "id": "gender"}] | |
} |
#!/bin/bash -ex | |
cd $WORKSPACE | |
virtualenv -q ve | |
source ./ve/bin/activate | |
pip install -E ./ve -r requirements.txt | |
pip install -E ./ve -r requirements-testing.txt | |
cd $WORKSPACE/projectname | |
ln -fs `pwd`/conf/testsettings.py `pwd`/localsettings.py | |
python manage.py migrate | |
python manage.py jenkins |