[Core] remove unused classes
[mygpo.git] / mygpo / shell.py
blobfa786cdf6fe5030c14a94297e2e5f103b3d466c6
2 # This file collects imports that can be useful when doing maintenance stuff
3 # from the shell.
4 # You can then just run
6 # from mygpo.shell import *
8 # to get all relevant classes, and an instantiated db object.
11 from mygpo.podcasts.models import *
12 from mygpo.users.models import *
13 from mygpo.directory.models import *
14 from mygpo.share.models import *
16 from django.core.cache import cache