.. |
management
|
create management command to create test users, use it in Docker
|
2018-10-26 15:08:49 +05:45 |
migrations
|
use formsets for screening questions, create views for applying to jobs
|
2018-10-20 12:44:28 +05:45 |
templates
|
create views for application lists
|
2018-10-20 14:00:59 +05:45 |
__init__.py
|
create initial models for tag, job and application
|
2018-10-17 13:20:54 +05:45 |
admin.py
|
use formsets for screening questions, create views for applying to jobs
|
2018-10-20 12:44:28 +05:45 |
apps.py
|
create initial models for tag, job and application
|
2018-10-17 13:20:54 +05:45 |
autocomplete.py
|
use is_job_poster rules in views and templates, create renew view
|
2018-10-20 13:33:55 +05:45 |
date_utils.py
|
create initial models for tag, job and application
|
2018-10-17 13:20:54 +05:45 |
forms.py
|
use formsets for screening questions, create views for applying to jobs
|
2018-10-20 12:44:28 +05:45 |
models.py
|
use formsets for screening questions, create views for applying to jobs
|
2018-10-20 12:44:28 +05:45 |
rules.py
|
add rules package, create rule for is_job_poster
|
2018-10-20 13:33:33 +05:45 |
tests.py
|
create initial models for tag, job and application
|
2018-10-17 13:20:54 +05:45 |
urls.py
|
create views for application lists
|
2018-10-20 14:00:59 +05:45 |
views.py
|
add messages on success, use permissions for views
|
2018-10-26 14:15:31 +05:45 |