Add scm revision to the job model

This also cleans up flake8 issues
This commit is contained in:
Matthew Jones
2016-10-20 15:18:05 -04:00
parent ca32c5fd21
commit 6e22460f1e
6 changed files with 33 additions and 20 deletions

View File

@@ -7,9 +7,6 @@ import os
import re
import urlparse
# Celery
from celery import group, chord
# Django
from django.conf import settings
from django.db import models