Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
RECIRCLE
/
portal
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
11
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4277bab9
authored
Jun 04, 2020
by
Chif Gergő
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some fixes in settings, Pipfile
parent
09803af9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
.gitignore
+4
-0
Pipfile
+0
-1
recircle/recircle/settings/base.py
+1
-1
No files found.
.gitignore
View file @
4277bab9
...
@@ -72,6 +72,7 @@ db.sqlite3
...
@@ -72,6 +72,7 @@ db.sqlite3
#Pipfile.lock
#Pipfile.lock
# Environments
# Environments
*.env
.env
.env
.venv
.venv
env/
env/
...
@@ -83,3 +84,6 @@ environment.sh
...
@@ -83,3 +84,6 @@ environment.sh
# Cloud configure
# Cloud configure
clouds.yaml
clouds.yaml
# Celery beat
celerybeat-schedule
Pipfile
View file @
4277bab9
...
@@ -9,7 +9,6 @@ flake8 = "*"
...
@@ -9,7 +9,6 @@ flake8 = "*"
django-rest-swagger = "*"
django-rest-swagger = "*"
coverage = "*"
coverage = "*"
django-nose = "*"
django-nose = "*"
v = {editable = true,version = "*"}
[packages]
[packages]
django = "*"
django = "*"
...
...
recircle/recircle/settings/base.py
View file @
4277bab9
...
@@ -20,7 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
...
@@ -20,7 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# See https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/
# See https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY
=
"xhe8=w50lz82gjb6+z
%
(rwk2c+1kd!
%
(iv_s^!tp)*5cnb=-^t"
SECRET_KEY
=
os
.
getenv
(
"DJANGO_SECRET"
)
# SECURITY WARNING: don't run with debug turned on in production!
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
True
DEBUG
=
True
...
...
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