Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
211336f0
Commit
211336f0
authored
Apr 28, 2017
by
Zamil Majdy
Browse files
[Refactor] [Post-Sprint-2] Fix conflict and deploying issues
parent
26374945
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/js/components/VacancyList.jsx
View file @
211336f0
...
...
@@ -33,7 +33,9 @@ export default class VacancyList extends React.Component {
this
.
companyHeader
=
this
.
companyHeader
.
bind
(
this
);
if
(
this
.
props
.
type
===
'
student
'
)
{
this
.
updateStatusList
();
}
}
else
Server
.
get
(
this
.
props
.
url
,
false
).
then
((
data
)
=>
{
this
.
setState
({
vacancies
:
data
});
});
}
checkBookmark
(
id
)
{
...
...
kape/settings.py
View file @
211336f0
...
...
@@ -159,4 +159,5 @@ SESSION_COOKIE_HTTPONLY = False
RUNNING_DEVSERVER
=
(
len
(
sys
.
argv
)
>
1
and
sys
.
argv
[
1
]
==
'runserver'
)
API_CS_CREDENTIALS
=
{
'user'
:
'kape'
,
'password'
:
'ppla1~2017'
}
API_CS_CREDENTIALS
=
{
'user'
:
'lalala'
,
'password'
:
'lalala'
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment