From c01ebaa8d8998fce7d1e99cc09e433d7e8e4496a Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Tue, 25 Sep 2018 16:06:55 +0530 Subject: [PATCH] billing: Move billing management commands from zilencer to corporate. --- corporate/management/__init__.py | 0 corporate/management/commands/__init__.py | 0 .../management/commands/process_billing_updates.py | 0 {zilencer => corporate}/management/commands/setup_stripe.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 corporate/management/__init__.py create mode 100644 corporate/management/commands/__init__.py rename {zilencer => corporate}/management/commands/process_billing_updates.py (100%) rename {zilencer => corporate}/management/commands/setup_stripe.py (100%) diff --git a/corporate/management/__init__.py b/corporate/management/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/corporate/management/commands/__init__.py b/corporate/management/commands/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/zilencer/management/commands/process_billing_updates.py b/corporate/management/commands/process_billing_updates.py similarity index 100% rename from zilencer/management/commands/process_billing_updates.py rename to corporate/management/commands/process_billing_updates.py diff --git a/zilencer/management/commands/setup_stripe.py b/corporate/management/commands/setup_stripe.py similarity index 100% rename from zilencer/management/commands/setup_stripe.py rename to corporate/management/commands/setup_stripe.py