migrations
|
17# created apply job button
|
2021-01-14 20:31:47 +01:00 |
__init__.py
|
#1 setting up django project and mysql
|
2020-12-21 19:53:38 +01:00 |
admin.py
|
5# added category model
|
2020-12-31 11:11:30 +01:00 |
apps.py
|
#1 setting up django project and mysql
|
2020-12-21 19:53:38 +01:00 |
forms.py
|
26# created update job view, template
|
2021-01-15 19:58:42 +01:00 |
models.py
|
17# created apply job button
|
2021-01-14 20:31:47 +01:00 |
tests.py
|
#1 setting up django project and mysql
|
2020-12-21 19:53:38 +01:00 |
urls.py
|
26# created update job view, template
|
2021-01-15 19:58:42 +01:00 |
views.py
|
37# fixed jobs templates
|
2021-01-17 12:13:39 +01:00 |