Skip to content

Commit acec019

Browse files
committed
disabled debug mode
1 parent f534253 commit acec019

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ COPY . /app/
1313
RUN python manage.py collectstatic -v 3 --noinput
1414

1515
#RUN rm -rf /app/mps_site/static
16-
RUN rm -rf /app/requirements.txt
1716

1817
EXPOSE 8000
1918

mps/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
SECRET_KEY = 'django-insecure-p!5tiu7vn@58ig(za!ssagkwqskxe0zv&@_yk00+h9(seqn0k7'
2424

2525
# SECURITY WARNING: don't run with debug turned on in production!
26-
#DEBUG = False
27-
DEBUG = True
26+
DEBUG = False
27+
#DEBUG = True
2828

2929
ADMIN_ENABLED = True
3030

0 commit comments

Comments
 (0)