-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from yougov/python3
Major refresh
- Loading branch information
Showing
19 changed files
with
58 additions
and
2,015 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
env: | ||
python2.7 ./vendor/virtualenv-1.6.4.py \ | ||
--no-site-packages \ | ||
--unzip-setuptools \ | ||
unzip -q -d vendor/virtualenv vendor/virtualenv*.whl | ||
python ./vendor/virtualenv/virtualenv.py \ | ||
--prompt="[mongs] " \ | ||
--never-download \ | ||
--extra-search-dir=./vendor/ \ | ||
--distribute \ | ||
./env/ | ||
rm -R vendor/virtualenv | ||
./env/bin/pip install -r requirements.txt | ||
|
||
clean: | ||
rm -rf env | ||
|
||
run: env | ||
./env/bin/aspen --network_address=127.0.0.1:29017 \ | ||
--www_root=www/ \ | ||
--project_root=. | ||
ASPEN_WWW_ROOT=www ASPEN_PROJECT_ROOT=. PORT=29017 \ | ||
ASPEN_RENDERER_DEFAULT=jinja2 \ | ||
./env/bin/python -m aspen |
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 |
---|---|---|
|
@@ -128,6 +128,6 @@ | |
</script> | ||
</head> | ||
<body> | ||
{% block content %}{% end %} | ||
{% block content %}{% endblock %} | ||
</body> | ||
</html> |
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,6 +1,3 @@ | ||
./vendor/Cheroot-4.0.0beta.tar.gz | ||
./vendor/mimeparse-0.1.3.tar.gz | ||
./vendor/tornado-1.2.1.tar.gz | ||
./vendor/aspen-0.24.3.tar.gz | ||
./vendor/simplejson-2.2.1.tar.gz | ||
./vendor/pymongo-3.0.2.tar.gz | ||
aspen==0.42 | ||
aspen-jinja2==0.4 | ||
pymongo==3.2 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.