This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import binascii | |
import hashlib | |
import json | |
from Crypto.Cipher import AES | |
from django.conf import settings | |
from pinecast.helpers import gravatar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import "RCTBridgeModule.h" | |
@interface LoopifyManager : NSObject <RCTBridgeModule> | |
@end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Copy this code wherever you want the integration, replace YOUR_TOKEN with your token. :) --> | |
<iframe width="100%" height="360px" scrolling="no" src="https://productpains.com/widget.html?token=YOUR_TOKEN"></iframe> | |
<script type="text/javascript" src="https://productpains.com/js/lib/iframeResizer.min.js"></script> |
NewerOlder