Revision d08a5f6f db/credit_allocator.py

b/db/credit_allocator.py
22 22
    logging.info('Time: %s' % ( datetime.now().isoformat(), ))
23 23
    
24 24
    # Select the users that their monthly
25
    user_list = OceanUser.objects.filter(credit__lt=F('quota'))
25
    user_list = SynnefoUser.objects.filter(credit__lt=F('quota'))
26 26
    
27 27
    if len(user_list) == 0:
28 28
        logging.warning('No users found')

Also available in: Unified diff