This file contains 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
diff --git a/assets/js/components/OrganizerDashboard.js b/assets/js/components/OrganizerDashboard.js | |
index 6b018aa..f3caca0 100644 | |
--- a/assets/js/components/OrganizerDashboard.js | |
+++ b/assets/js/components/OrganizerDashboard.js | |
@@ -8,10 +8,13 @@ import Divider from '@material-ui/core/Divider' | |
import { getCurrentUser } from '../selectors/auth' | |
const People = new Model('people') | |
+const TurfMembership = new Model('turf_memberships') | |
This file contains 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 requests | |
import json | |
import pytz | |
import random | |
from datetime import datetime | |
LGL_URL = 'https://noisebridgehackerspace.littlegreenlight.com/integrations/990fe4c4-5817-4cd3-b563-b77df3390138/listener' | |
data = { | |
'first_name': 'Test', |
This file contains 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
[[source]] | |
name = "pypi" | |
url = "https://pypi.org/simple" | |
verify_ssl = true | |
[dev-packages] | |
[packages] | |
stripe = "*" | |
pytz = "*" |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<style type="text/css"> | |
body { | |
font-family: sans-serif; | |
} | |
</style> | |
<body> | |
<h1>East Bay for Everyone</h1> | |
<p>The housing organization starter pack</p> |
OlderNewer