Skip to content

Instantly share code, notes, and snippets.

View ryan2clw's full-sized avatar

Ryan Dines ryan2clw

  • Tampa, FL
View GitHub Profile
@ryan2clw
ryan2clw / views(v4).py
Last active August 25, 2019 17:48
add balls biews
""" These are endpoints that get or create cards and rows """
from os import system
from random import randint
from django.http import JsonResponse
from django.utils import timezone
from rest_framework.decorators import api_view
from rest_framework import generics
from background_task import background
from background_task.models_completed import CompletedTask
from background_task.models import Task
{this.props.organizationId == "2728d56c-9676-4ce2-a188-77654991333e" ?
<Row style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center',
}}>
<Image
source={{ uri: apiDomain + this.props.logo }}
style={{
width: deviceWidth * 0.4,