Skip to content

Commit

Permalink
Add link to Django sample app, update requirements (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Aurora Walker <aurorawalker@users.noreply.github.com>
  • Loading branch information
aurorawalker and aurorawalker authored May 11, 2023
1 parent f0db36c commit 3880d30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
from devcycle_python_sdk.rest import ApiException

def main():
"""
Sample generic usage of the Python SDK.
For a Django specific sample app, please see https://github.com/DevCycleHQ/python-django-example-app/
"""
configuration = Configuration()
configuration.api_key['Authorization'] = '<DVC_SERVER_SDK_KEY>'
options = DVCOptions(enableEdgeDB=True)
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ certifi >= 14.05.14
six >= 1.10
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.15.1
devcycle-sdk >= 0.0.0-alpha5
urllib3 >= 1.15.1

0 comments on commit 3880d30

Please sign in to comment.