Skip to content

Commit

Permalink
update meeting database
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Feb 20, 2014
1 parent f2e4789 commit c54c429
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ancbrigadesite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
else:
# Settings for a public dotcloud deployment.

#DEBUG = False
#TEMPLATE_DEBUG = False
DEBUG = False
TEMPLATE_DEBUG = False
import json
with open('/home/dotcloud/environment.json') as f:
env = json.load(f)
Expand Down
10 changes: 10 additions & 0 deletions ancbrigadesite/static/meetings.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@
"building": null,
"room": "Auditorium 3"
},
"2014-03-05T18:30:00": {
"address": "Martin Luther King Jr. Memorial Library",
"building": null,
"room": "Auditorium 3"
},
"2014-03-10T18:30:00": {
"address": "Martin Luther King Jr. Memorial Library",
"building": null,
Expand Down Expand Up @@ -477,6 +482,11 @@
"building": "Shaw Library",
"room": null
},
"2014-03-04T18:30:00": {
"address": "1630 7th Street, NW",
"building": "Shaw Library",
"room": null
},
"2014-03-05T18:30:00": {
"address": "1630 7th Street, NW",
"building": "Shaw Library",
Expand Down
10 changes: 10 additions & 0 deletions ancbrigadesite/static/meetings.jsonp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ anc_meetings =
"building": null,
"room": "Auditorium 3"
},
"2014-03-05T18:30:00": {
"address": "Martin Luther King Jr. Memorial Library",
"building": null,
"room": "Auditorium 3"
},
"2014-03-10T18:30:00": {
"address": "Martin Luther King Jr. Memorial Library",
"building": null,
Expand Down Expand Up @@ -478,6 +483,11 @@ anc_meetings =
"building": "Shaw Library",
"room": null
},
"2014-03-04T18:30:00": {
"address": "1630 7th Street, NW",
"building": "Shaw Library",
"room": null
},
"2014-03-05T18:30:00": {
"address": "1630 7th Street, NW",
"building": "Shaw Library",
Expand Down

0 comments on commit c54c429

Please sign in to comment.