~mhall119/summit/new-meeting-stuff

« back to all changes in this revision

Viewing changes to summit/schedule/launchpad.py

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2012-03-05 01:31:16 UTC
  • mfrom: (296.4.6 import)
  • Revision ID: tarmac@nigelb.me-20120305013116-rux15xkd0bgbxrhp
[r=mhall119] Updates import_live_data to import users and attendees from production

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
from django.conf import settings
7
7
 
 
8
from django.contrib.auth.models import User
 
9
 
8
10
import os
9
11
import sys
10
12