Revision 738c4d47 db/management/commands/credit_alloc.py

b/db/management/commands/credit_alloc.py
6 6

  
7 7
from django.core.management.base import NoArgsCommand
8 8

  
9
from db import credit_allocator
9
from synnefo.db import credit_allocator
10 10

  
11 11
class Command(NoArgsCommand):
12 12
    help = 'Add credits to users according to their monthly rate'

Also available in: Unified diff