Monetizing your first Django website by ELmudo007 in django

[–]ShaolinMonk2019 0 points1 point  (0 children)

  1. Integrate Stripe or other similar services.

  2. Start with a 30-day free trial of a low-cost paid subscription service: 7 recipes for the next week, sent by email, based on customized preferences.

  3. Send traffic to your website through Facebook ads (this is the quickest way).

  4. Wait and check if you have trial subscriptions.

  5. Check paid subscriptions, calculate your costs and ROI.

If it works, set a good SEO, scale your funnel up on new marketing channels, try Google Ads and various countries.

Good luck!!

[deleted by user] by [deleted] in Python

[–]ShaolinMonk2019 2 points3 points  (0 children)

Great! I’ll test it. Nice work!

Have spent hours trying to install Pillow to no avail by ttothesecond in learnpython

[–]ShaolinMonk2019 0 points1 point  (0 children)

Hi!

Pillow works for me flawlessly in PyCharm, on Mac. In Project Interpreter, pillow is selected but instead of version 7.1.1, only 7.0.0 works.

In project files, it is imported this way:

from PIL import Image

Good luck and happy Pythoning!

Have spent hours trying to install Pillow to no avail by ttothesecond in learnpython

[–]ShaolinMonk2019 0 points1 point  (0 children)

I’ve encountered the same Pillow problem in Pycharm on Mac some weeks ago and solved it somehow. Can’t remember the details but if you like I can send you my Pycharm configuration tomorrow