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
PMPL
Collection of Practice
2019
1606823475-practice
Commits
a8449158
Commit
a8449158
authored
Sep 24, 2019
by
Muhammad Ilham Peruzzi
Browse files
update gitignore
parent
a05369a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a8449158
...
...
@@ -2,3 +2,5 @@ db.sqlite3
__pycache__
*.pyc
geckodriver.log
chromedriver
chromedriver.exe
\ No newline at end of file
functional_tests_chrome.py
View file @
a8449158
...
...
@@ -11,7 +11,6 @@ env = environ.Env(DEBUG=(bool, False), )
environ
.
Env
.
read_env
(
'.env'
)
HEROKU_APP_HOST
=
env
(
"HEROKU_APP_HOST"
)
print
(
"HEROKU_APP_HOST is"
,
HEROKU_APP_HOST
)
MAX_WAIT
=
5
...
...
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