Skip to content

Create scc.py - #16

Open
jedileesang wants to merge 1 commit into
eddyizm:mainfrom
jedileesang:SCC
Open

Create scc.py#16
jedileesang wants to merge 1 commit into
eddyizm:mainfrom
jedileesang:SCC

Conversation

@jedileesang

Copy link
Copy Markdown

No description provided.

Comment thread backend/scc.py
@@ -0,0 +1,40 @@
from datetime import date, datetime, timedelta
import pyodbc

Copy link
Copy Markdown
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

Comment thread backend/scc.py
file_url = 'https://cmsprovider.cahwnet.gov/prv/scc.xls'

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

Copy link
Copy Markdown
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

eddyizm commented Nov 27, 2023

Copy link
Copy Markdown
Owner

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