Skip to content

Instantly share code, notes, and snippets.

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')
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',
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
stripe = "*"
pytz = "*"
<!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>