-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: continue work on updating intial models
- Loading branch information
Showing
7 changed files
with
244 additions
and
65 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
__pycache__ | ||
venv |
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,47 @@ | ||
pipenv run python manage.py upload_toc \ | ||
DemoView \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/AllProposals.j2 \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/AllProposals.json \ | ||
--name AllProposals | ||
|
||
|
||
pipenv run python manage.py upload_toc \ | ||
DemoView \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Geographic_TOC.j2 \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Geographic_TOC.json \ | ||
--name Geographic_TOC | ||
|
||
|
||
pipenv run python manage.py upload_toc \ | ||
DemoView \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Population_TOC.j2 \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Population_TOC.json \ | ||
--name Population_TOC | ||
|
||
|
||
pipenv run python manage.py upload_toc \ | ||
DemoView \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Top13.j2 \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Top13.json \ | ||
--name Top13 | ||
|
||
|
||
pipenv run python manage.py upload_toc \ | ||
DemoView \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Top25.j2 \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Top25.json \ | ||
--name Top25 | ||
|
||
|
||
pipenv run python manage.py upload_toc \ | ||
DemoView \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Top25_Topic_TOC.j2 \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Top25_Topic_TOC.json \ | ||
--name Top25_Topic_TOC | ||
|
||
|
||
pipenv run python manage.py upload_toc \ | ||
DemoView \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Topic_TOC.j2 \ | ||
/var/www/torque/spreadsheets/DemoView/tocs/Topic_TOC.json \ | ||
--name Topic_TOC |
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
Oops, something went wrong.