~registry/spenglr-core/django-trunk

« back to all changes in this revision

Viewing changes to cron.py

  • Committer: Martin Fitzpatrick
  • Date: 2009-11-27 01:35:27 UTC
  • Revision ID: martin.fitzpatrick@spenglr.org-20091127013527-e3nwoicwhh3l6bwc
Profile implementation completed, now adds profiles for newly created users.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Spenglr
5
5
from questions.utils import *
6
6
from education.utils import *
 
7
from profile.utils import *
 
8
from network.utils import *
7
9
 
8
10
def cron():
9
11
    batch_question_update_sq()
10
12
    
 
13
    batch_module_update_sq()
11
14
    batch_course_update_sq()    
12
 
    batch_module_update_sq()
13
15
 
 
16
    batch_usermodule_update_sq()
14
17
    batch_usercourse_update_sq()
15
 
    batch_usermodule_update_sq()
 
18
 
 
19
    batch_user_update_sq()
 
20
    batch_network_update_sq()
16
21
 
17
22
cron()
 
 
b'\\ No newline at end of file'