reskinning for tubbycats
parent
7b50895212
commit
fca8ed8176
@ -1,4 +1,4 @@
|
|||||||
"""init suchwowx
|
"""init tubbymemes
|
||||||
|
|
||||||
Revision ID: 53c117fcef3f
|
Revision ID: 53c117fcef3f
|
||||||
Revises:
|
Revises:
|
@ -1,5 +1,5 @@
|
|||||||
# Sync with remote servers specified by operator
|
# Sync with remote servers specified by operator
|
||||||
0 * * * * sh -c "cd /opt/suchwowx; ./manage.sh sync-remotes"
|
0 * * * * sh -c "cd /opt/tubbymemes; ./manage.sh sync-remotes"
|
||||||
|
|
||||||
# Sync with Avalanche blockchain to import minted memes
|
# Sync with Avalanche blockchain to import minted memes
|
||||||
30 * * * * sh -c "cd /opt/suchwowx; ./manage.sh sync-avax"
|
30 * * * * sh -c "cd /opt/tubbymemes; ./manage.sh sync-avax"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
from logging.config import dictConfig
|
from logging.config import dictConfig
|
||||||
|
|
||||||
from suchwowx.factory import create_app
|
from tubbymemes.factory import create_app
|
||||||
from suchwowx import config
|
from tubbymemes import config
|
||||||
|
|
||||||
|
|
||||||
app = create_app()
|
app = create_app()
|
@ -1,8 +1,8 @@
|
|||||||
import click
|
import click
|
||||||
from flask import Blueprint
|
from flask import Blueprint
|
||||||
|
|
||||||
from suchwowx.models import Moderator, User
|
from tubbymemes.models import Moderator, User
|
||||||
from suchwowx.factory import db
|
from tubbymemes.factory import db
|
||||||
|
|
||||||
|
|
||||||
bp = Blueprint('mod', 'mod')
|
bp = Blueprint('mod', 'mod')
|
@ -1,7 +1,7 @@
|
|||||||
from flask import Blueprint
|
from flask import Blueprint
|
||||||
from arrow import get as arrow_get
|
from arrow import get as arrow_get
|
||||||
|
|
||||||
from suchwowx import config
|
from tubbymemes import config
|
||||||
|
|
||||||
|
|
||||||
bp = Blueprint('filters', 'filters')
|
bp = Blueprint('filters', 'filters')
|
@ -1,15 +1,15 @@
|
|||||||
import ipfsApi
|
import ipfsApi
|
||||||
from eth_account.messages import encode_defunct
|
from eth_account.messages import encode_defunct
|
||||||
|
|
||||||
from suchwowx.models import Meme
|
from tubbymemes.models import Meme
|
||||||
from suchwowx.factory import w3
|
from tubbymemes.factory import w3
|
||||||
from suchwowx import config
|
from tubbymemes import config
|
||||||
|
|
||||||
|
|
||||||
def get_eth_contract():
|
def get_eth_contract():
|
||||||
"""
|
"""
|
||||||
Return a web3 contract object with the currently
|
Return a web3 contract object with the currently
|
||||||
deployed SuchWowX smart contract.
|
deployed tubbymemes smart contract.
|
||||||
"""
|
"""
|
||||||
contract_abi = config.CONTRACT_ABI
|
contract_abi = config.CONTRACT_ABI
|
||||||
contract_address = w3.toChecksumAddress(config.CONTRACT_ADDRESS)
|
contract_address = w3.toChecksumAddress(config.CONTRACT_ADDRESS)
|
@ -1,7 +1,7 @@
|
|||||||
from flask import Blueprint, render_template
|
from flask import Blueprint, render_template
|
||||||
from flask import redirect, url_for
|
from flask import redirect, url_for
|
||||||
|
|
||||||
from suchwowx.models import User
|
from tubbymemes.models import User
|
||||||
|
|
||||||
|
|
||||||
bp = Blueprint('user', 'user')
|
bp = Blueprint('user', 'user')
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -1,7 +1,7 @@
|
|||||||
from huey import RedisHuey
|
from huey import RedisHuey
|
||||||
|
|
||||||
from suchwowx.factory import create_app_huey
|
from tubbymemes.factory import create_app_huey
|
||||||
from suchwowx import config
|
from tubbymemes import config
|
||||||
|
|
||||||
|
|
||||||
huey = RedisHuey(
|
huey = RedisHuey(
|
@ -1,15 +1,15 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>SuchWowX Interplanetary Memes</title>
|
<title>tubbymemes Interplanetary Memes</title>
|
||||||
<meta property="og:description" content="Interplanetary meme platform powered by IPFS, Wownero, Avalanche, and degeneracy.">
|
<meta property="og:description" content="Interplanetary meme platform powered by IPFS, Wownero, Avalanche, and degeneracy.">
|
||||||
<meta property="og:image" content="https://suchwowx.xyz/static/img/logo.png">
|
<meta property="og:image" content="https://tubbymemes.xyz/static/img/logo.png">
|
||||||
<meta property="og:title" content="SuchWowX">
|
<meta property="og:title" content="tubbymemes">
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@lza_menace">
|
<meta name="twitter:site" content="@lza_menace">
|
||||||
<meta name="twitter:title" content="SuchWowX">
|
<meta name="twitter:title" content="tubbymemes">
|
||||||
<meta name="twitter:description" content="Interplanetary meme platform powered by IPFS, Wownero, Avalanche, and degeneracy.">
|
<meta name="twitter:description" content="Interplanetary meme platform powered by IPFS, Wownero, Avalanche, and degeneracy.">
|
||||||
<meta name="twitter:creator" content="@lza_menace">
|
<meta name="twitter:creator" content="@lza_menace">
|
||||||
<meta name="twitter:image" content="https://suchwowx.xyz/static/img/logo.png">
|
<meta name="twitter:image" content="https://tubbymemes.xyz/static/img/logo.png">
|
||||||
<meta name="twitter:domain" content="https://suchwowx.xyz">
|
<meta name="twitter:domain" content="https://tubbymemes.xyz">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<script src="/static/js/vendor/unpoly-2.5.0.min.js"></script>
|
<script src="/static/js/vendor/unpoly-2.5.0.min.js"></script>
|
@ -1,6 +1,6 @@
|
|||||||
<div class="screen">
|
<div class="screen">
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
SuchWowX.
|
tubbymemes.
|
||||||
</h1>
|
</h1>
|
||||||
<p class="subtitle">
|
<p class="subtitle">
|
||||||
Memes. <strong>Interplanetary</strong>!
|
Memes. <strong>Interplanetary</strong>!
|
Loading…
Reference in New Issue