Move ActivityStream to it's own model file

This commit is contained in:
Matthew Jones
2013-11-08 11:16:04 -05:00
parent 710b01c333
commit a1edfe0dc2
4 changed files with 33 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ from awx.main.models.organization import *
from awx.main.models.projects import *
from awx.main.models.inventory import *
from awx.main.models.jobs import *
from awx.main.models.activity_stream import *
from awx.main.registrar import activity_stream_registrar
# Monkeypatch Django serializer to ignore django-taggit fields (which break