Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group 23
Project
Project
Details
Activity
Releases
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bianca Aguilar
widget_group 23
Commits
d13df39c
Commit
d13df39c
authored
May 19, 2022
by
Alissandra Gabrielle C. Tanaliga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added MEDIA_ROOT in ssettings
parent
c2f11c07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
settings.py
widget_group_23/settings.py
+5
-0
No files found.
widget_group_23/settings.py
View file @
d13df39c
...
...
@@ -126,6 +126,11 @@ USE_TZ = True
STATIC_URL
=
'static/'
STATICFILES_DIRS
=
[
os
.
path
.
join
(
BASE_DIR
,
'widget_group_23/static'
)]
STATIC_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'widget_group_23/staticfiles'
)
MEDIA_URL
=
'/media'
MEDIA_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'widget_group_23/media'
)
# Default primary key field type
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
...
...
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