paypal
[wolnelektury.git] / src / paypal / admin.py
diff --git a/src/paypal/admin.py b/src/paypal/admin.py
new file mode 100644 (file)
index 0000000..c8151fa
--- /dev/null
@@ -0,0 +1,7 @@
+from django.contrib import admin
+from . import models
+
+
+admin.site.register(models.BillingAgreement)
+admin.site.register(models.BillingPlan)
+