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
Quito barra inicial de static
main
Celestino Rey
10 months ago
parent
aae13099e6
commit
2a94575611
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/mysite/settings.py
+ 1
- 1
src/mysite/settings.py
View File
@ -127,7 +127,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.1/howto/static-files/
STATIC_URL
=
'
/
static/
'
STATIC_URL
=
'
static/
'
STATIC_ROOT
=
BASE_DIR
/
"
staticfiles
"
MEDIA_URL
=
'
/media/
'
Write
Preview
Loading…
Cancel
Save