Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create scc.py #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Create scc.py #16

wants to merge 1 commit into from

Conversation

jedileesang
Copy link

No description provided.

@@ -0,0 +1,40 @@
from datetime import date, datetime, timedelta
import pyodbc
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a TODO here to replace this library with our the django ORM

file_url = 'https://cmsprovider.cahwnet.gov/prv/scc.xls'

# Local path to save the downloaded file
file_path = 'D:/Python/scc.xls'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a todo here as well because this path will be on the server and feed from a variable

@eddyizm
Copy link
Owner

eddyizm commented Nov 27, 2023

If you can get the latest and move this file into the new management command structure, that is likely where it will live going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants