Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix requirements, upgrade knesset-data-django to support use-case on …
Browse files Browse the repository at this point in the history
…server
  • Loading branch information
OriHoch committed Mar 19, 2017
1 parent da8b2c7 commit f7e8d3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ def deploy_backend(migration=False, requirements=False):
if migration:
db_migrate_syncdb()

@roles('db_master')
def datapackage_notification(url):
run("./oknesset_datapackage_notification.sh \"{}\"".format(url))

@roles('db_master')
def show_cron(as_user=env.ok_user):
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ unicodecsv==0.14.1
django-fastsitemaps==0.2
subprocess32==3.2.7

functools32==3.2.3-2
datapackage==0.8.7

-e git://github.com/hasadna/knesset-data-python.git@c39ad5b1cfdace3321292cf37e146ad099dc58b3#egg=knesset-data
-e git://github.com/hasadna/[email protected]#egg=knesset-datapackage
-e git://github.com/hasadna/knesset-data-django.git@v1.0.0#egg=knesset-data-django
-e git://github.com/hasadna/knesset-data-django.git@54d3f73a793c6fbb60331971e2702b03dd032acd#egg=knesset-data-django

0 comments on commit f7e8d3b

Please sign in to comment.