This commit is contained in:
parent
1a66d799b8
commit
980937e4a2
@ -4,7 +4,9 @@ from core.models import MyUser
|
|||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
|
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
from helpers import rename_file
|
|
||||||
|
from .helpers import rename_file
|
||||||
|
|
||||||
class JobListing(models.Model):
|
class JobListing(models.Model):
|
||||||
posting_options = [
|
posting_options = [
|
||||||
('M', 'Minimal'),
|
('M', 'Minimal'),
|
||||||
@ -71,4 +73,3 @@ class SkillLevels(models.Model):
|
|||||||
|
|
||||||
class CompanyLogo(models.Model):
|
class CompanyLogo(models.Model):
|
||||||
company_logo = models.ImageField(upload_to=rename_file)
|
company_logo = models.ImageField(upload_to=rename_file)
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user