Skip to content

Commit

Permalink
Install djstripe
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Jun 9, 2024
1 parent f1ba598 commit dbe342f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2245,6 +2245,7 @@ django-payment-default:
@echo "$$PAYMENT_VIEW_TEMPLATE" > payment/templates/payment.html
@echo "$$PAYMENT_VIEW_TEMPLATE_SUCCESS" > payment/templates/payment_success.html
@echo "INSTALLED_APPS.append('payment')" >> $(SETTINGS)
@echo "INSTALLED_APPS.append('djstripe')" >> $(SETTINGS)
python manage.py makemigrations payment
$(GIT_ADD) payment/

Expand Down

0 comments on commit dbe342f

Please sign in to comment.