diff --git a/censusweb/api/templates/base.html b/censusweb/api/templates/base.html index 91d9d82..081d6f0 100644 --- a/censusweb/api/templates/base.html +++ b/censusweb/api/templates/base.html @@ -21,6 +21,19 @@ window.API_URL = "{{ settings.API_URL }}"; window.DEFAULT_TABLES = "{{ settings.DEFAULT_TABLES|join:',' }}"; +
Loading...
diff --git a/censusweb/requirements.txt b/censusweb/requirements.txt index b1ea62f..001ec69 100644 --- a/censusweb/requirements.txt +++ b/censusweb/requirements.txt @@ -2,7 +2,7 @@ Django==1.3 Fabric==0.9.4 SQLAlchemy==0.6.6 argparse==1.2.1 -csvkit==0.2 +csvkit==0.2.3 django-boundaryservice==0.1.9 django-debug-toolbar==0.8.4 django-tastypie==0.9.9