-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move deploy repo assets to webapp-public #553
move deploy repo assets to webapp-public #553
Conversation
@PeterDSteinberg, Why in #553 is deploy/fab/dropq_environment.yml hardwired to use python 2.7.9 when that is out-of-date on the Anaconda download page? |
@martinholmer That's a good point - we should remove that |
@PeterDSteinberg said in #553:
I'm glad you see it that way. We're making an effort in Tax-Calculator pull request 1351 to be using the latest versions of Python and the rest of the packages Tax-Calculator depends on. |
TODO:
Does that seem like an adequate TODO list, @brittainhard @MattHJensen @martinholmer @jdebacker @DoraSzasz @GoFroggyRun |
Current usage of the assets from preceding commits that created the Install
|
TODO:
|
(This is a fix of PR #552 that I just closed)
This is a work in progress to move the assets of the
deploy
private repo to this webapp-public one. Goal is to address #543 , but the work may be done in several PRs. It aims to simplify and better test the interaction of repos, mainly the Django app calling out to Tax-Calculator, B-Tax, OG-USA modelsWhat do you think of the folder name
taxbrain_server
I made? That's will be a Python standalone 1-level package, e.g.from taxbrain_server.celery_tasks import *
?cc @brittainhard @MattHJensen @martinholmer @GoFroggyRun @jdebacker @DoraSzasz