Tutorial demo needs djangoshop-stripe
See original GitHub issueWhen following the tutorial demo, I found a missing dependency on djangoshop-stripe
. Being a newcomer, I installed django-shop-stripe
, which led to further problems, until sombody was kind and guided me to the correct djangoshop-stripe
. The tutorial requirements.txt
should depend on djangoshop-stripe
or at least $ pip install djangoshop-stripe
should be mentioned in the tutorial.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Add stripe to your Django app Create a Video Subscription ...
Hello, Guys in this video I have created an amazing project which is a ... All your donation will be used to enhance...
Read more >awesto/django-shop - Gitter
Do I need a specific version of the "django-shop-stripe" package? ... Trying to setup django-SHOP demo with cookiecutter according to Django-SHOP Tutorial ......
Read more >1. Tutorial — djangoSHOP 0.11.2 documentation
1.1. Introduction¶. Django-SHOP is shipped with 6 demos: The Commodity Product Model, The Internationalized Commodity Product Model, The Smart Card Product ...
Read more >python-toolbox/scripts.rb at master - GitHub
... "django-email-user", "django-email-users", "django-embed-video", "django-eml-email-backend", "django-emoticons", "django-encrypted-fields-python3", ...
Read more >Django Stripe Tutorial - TestDriven.io
In this tutorial I'll demonstrate how to configure a new Django website from scratch to accept one-time payments with Stripe. Need to handle ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yes, have to rework on the tutorial
@rfleschenberg @jrief A similar issue was raised regarding confusion about the requirements file. It was discussed that the tutorial doesn’t mention the Django specific requirements files and just states common.txt which doesn’t include Django angular and select 2. This is slightly unrelated to the stripe dependency but is related to reworking the tutorial docs. Better to record it here so it isn’t lost.
https://github.com/awesto/django-shop/issues/713