This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
djangotutorial
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Merge branch 'main' of
http://gitea.reymota.es/creylopez/djangotutorial
main
Celestino Rey
11 months ago
parent
e1d3933d7c
a3416e2c1c
commit
489da276c8
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+1
-1
mysite/settings.py
+ 1
- 1
Dockerfile
View File
@ -2,7 +2,7 @@ FROM python:3.14.0a3-alpine3.20
# Add application sources with correct permissions for OpenShift
ENV
APP_HOME
=
/app
RUN
mkdir -p
$APP_HOME
RUN
mkdir -p
$APP_HOME
/datos
ADD
.
$APP_HOME
USER
0
+ 1
- 1
mysite/settings.py
View File
@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-5@k8%e-(*v+8nb1)dvie3_$$ol=3747i)x^n3%j9pg@9j$=b)_
DEBUG
=
True
ALLOWED_HOSTS
=
[
"
.ocp-cluster.reymota.lab
"
]
CSRF_TRUSTED_ORIGINS
=
[
"
https://*.ocp-cluster.reymota.lab
"
]
# Application definition
Write
Preview
Loading…
Cancel
Save