From 1f3239b251f4f210d0be9d8d2db0cd57e21768cc Mon Sep 17 00:00:00 2001 From: Son NK Date: Wed, 13 Nov 2019 16:05:00 +0100 Subject: [PATCH] rename pricing to pricing2 to save stripe implementation for reference --- app/dashboard/templates/dashboard/{pricing.html => pricing2.html} | 0 app/dashboard/views/{pricing.py => pricing2.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename app/dashboard/templates/dashboard/{pricing.html => pricing2.html} (100%) rename app/dashboard/views/{pricing.py => pricing2.py} (100%) diff --git a/app/dashboard/templates/dashboard/pricing.html b/app/dashboard/templates/dashboard/pricing2.html similarity index 100% rename from app/dashboard/templates/dashboard/pricing.html rename to app/dashboard/templates/dashboard/pricing2.html diff --git a/app/dashboard/views/pricing.py b/app/dashboard/views/pricing2.py similarity index 100% rename from app/dashboard/views/pricing.py rename to app/dashboard/views/pricing2.py