Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajiv Roopan committed Jun 22, 2015
1 parent 2908506 commit 230c4cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conf/httpd-app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ WSGIApplicationGroup %{GLOBAL}

</Directory>

Alias /static "/opt/bitnami/apps/django/lib/python2.7/site-packages/django/contrib/admin/static"
#Alias /static "/opt/bitnami/apps/django/lib/python2.7/site-packages/django/contrib/admin/static"
Alias /static "/opt/bitnami/apps/django/django_projects/geogekko/static"
WSGIScriptAlias / '/opt/bitnami/apps/django/django_projects/geogekko/geogekko/wsgi.py'

2 changes: 1 addition & 1 deletion core/management/commands/index_taxi_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def index_data():
bulk_data.append(op_dict)
bulk_data.append(data_dict)

if count % 50000 == 0:
if count % 40000 == 0:
do_bulk_index(bulk_data)
del bulk_data[:]

Expand Down

0 comments on commit 230c4cf

Please sign in to comment.