Added job_processors app to abstract background job processing

This commit is contained in:
Roberto Rosario
2011-07-23 16:54:45 -04:00
parent 8462341533
commit 842d0c8868
10 changed files with 60 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
from django.db import models
# Create your models here.