Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Sqlserver support (pyodbc) #11

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

alexsilva
Copy link

Also includes the ability to configure dump tools.

@@ -13,6 +13,10 @@
from django.core.management.base import BaseCommand, CommandError
from django.conf import settings

# Lets you inform alternative locations
MYSQL_DUMP_TOOL = getattr(settings, "MYSQL_DUMP_TOOL", "mysqldump")
POSTGRE_DUMP_TOOL = getattr(settings, "POSTGRE_DUMP_TOOL", "pg_dump")
Copy link

Choose a reason for hiding this comment

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

I would call this POSTGRES_DUMP_TOOL as nobody really abbreviates postgres as "postgre"

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

Successfully merging this pull request may close these issues.

2 participants