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

Commit

Permalink
Merge pull request #825 from OriHoch/add_knesset_data_api_url
Browse files Browse the repository at this point in the history
integrate knesset-data-django api urls
  • Loading branch information
OriHoch authored Apr 13, 2017
2 parents 2b036f9 + ac1a224 commit f9b9723
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apis/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
"tastypie_api_module": "apis.resources.v2_api",
"namespace": "tastypie_swagger", "version": "2.0"
}
),
url(
r'knesset-data/',
include('knesset_data_django.api.urls', namespace='knesset_data_django')
)
)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ 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@54d3f73a793c6fbb60331971e2702b03dd032acd#egg=knesset-data-django
-e git://github.com/hasadna/knesset-data-django.git@v1.0.2#egg=knesset-data-django

0 comments on commit f9b9723

Please sign in to comment.