Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi-table-data
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esi-data-scrapping
esi-table-data
Commits
578921cb
Commit
578921cb
authored
Aug 09, 2017
by
Vasyl Bodnaruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change .env file for solve issues with scrapyd-deploy
parent
99262c05
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.gitignore
.gitignore
+1
-0
settings.py
exa/exa/settings.py
+1
-1
No files found.
.gitignore
View file @
578921cb
...
@@ -83,6 +83,7 @@ celerybeat-schedule
...
@@ -83,6 +83,7 @@ celerybeat-schedule
# dotenv
# dotenv
.env
.env
env.py
# virtualenv
# virtualenv
.venv
.venv
...
...
exa/exa/settings.py
View file @
578921cb
...
@@ -13,7 +13,7 @@ import os
...
@@ -13,7 +13,7 @@ import os
from
os.path
import
join
,
dirname
from
os.path
import
join
,
dirname
from
dotenv
import
load_dotenv
from
dotenv
import
load_dotenv
dotenv_path
=
join
(
dirname
(
__file__
),
'
.env
'
)
dotenv_path
=
join
(
dirname
(
__file__
),
'
env.py
'
)
load_dotenv
(
dotenv_path
)
load_dotenv
(
dotenv_path
)
def
get_env
(
name
):
def
get_env
(
name
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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