Michael Hall has proposed merging lp:~mhall119/loco-directory/fixes-712193 into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#712193 Include Meetings in import-live-data
https://bugs.launchpad.net/bugs/712193
For more details, see:
https://code.launchpad.net/~mhall119/loco-directory/fixes-712193/+merge/50270
--
https://code.launchpad.net/~mhall119/loco-directory/fixes-712193/+merge/50270
Your team loco-directory-dev is requested to review the proposed merge of
lp:~mhall119/loco-directory/fixes-712193 into lp:loco-directory.
=== modified file 'loco_directory/teams/management/commands/import-live-data.py'
--- loco_directory/teams/management/commands/import-live-data.py 2010-12-30 13:25:23 +0000
+++ loco_directory/teams/management/commands/import-live-data.py 2011-02-18 04:37:52 +0000
@@ -2,6 +2,7 @@
from django.core.management.base import NoArgsCommand
from django.contrib.auth.models import User, Group
+from meetings.models import TeamMeeting, AgendaItem
from events.models import GlobalEvent, TeamEvent, TeamEventComment, Attendee
from teams.models import Language, Continent, Country, Team
from venues.models import Venue
@@ -24,7 +25,10 @@
('teams', Team),
('events', TeamEvent),
('comments', TeamEventComment),
- ('attendees', Attendee),]
+ ('attendees', Attendee),
+ ('meeting', TeamMeeting),
+ ('agenda', AgendaItem),
+ ]
class Command(NoArgsCommand):
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp