-
-
Notifications
You must be signed in to change notification settings - Fork 773
WIP: Add job board #1079
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add job board #1079
Conversation
| @@ -0,0 +1,3 @@ | |||
| from django.contrib import admin | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
F401 'django.contrib.admin' imported but unused
| company = models.CharField(max_length=255) | ||
| github_profile = models.CharField(max_length=255, default='') | ||
| expires_date = models.DateTimeField(default=datetime.utcnow()+timedelta(days=30)) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W391 blank line at end of file
| @@ -0,0 +1,3 @@ | |||
| from django.test import TestCase | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
F401 'django.test.TestCase' imported but unused
| @@ -0,0 +1,12 @@ | |||
| from django.shortcuts import render | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
F401 'django.shortcuts.render' imported but unused
|
code looks good so far! looking forward to reviewing when its no longer WIP :) |
|
@CuriousLearner @zoek1 hows this going? is it still active? very excited to get it live soon |
|
@zoek1 let me know if this was done in error |
Description
Checklist
Submit Job
View Job
Technical
Affected core subsystem(s)
Testing
Current visual status of list jobs

Current visual status of new job

Current visual status of detail job

Refers/Fixes
Refs: #958