Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sage Validation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
Sage Validation
Commits
374c32c8
Commit
374c32c8
authored
5 months ago
by
Neda Moeini
Browse files
Options
Downloads
Patches
Plain Diff
Fixed theme app name
parent
1bbd89f3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manage.py
+1
-1
1 addition, 1 deletion
manage.py
sage_validation/settings.py
+1
-1
1 addition, 1 deletion
sage_validation/settings.py
with
2 additions
and
2 deletions
manage.py
+
1
−
1
View file @
374c32c8
...
...
@@ -6,7 +6,7 @@ import sys
def
main
():
"""
Run administrative tasks.
"""
os
.
environ
.
setdefault
(
'
DJANGO_SETTINGS_MODULE
'
,
'
root
.settings
'
)
os
.
environ
.
setdefault
(
'
DJANGO_SETTINGS_MODULE
'
,
'
sage_validation
.settings
'
)
try
:
from
django.core.management
import
execute_from_command_line
except
ImportError
as
exc
:
...
...
This diff is collapsed.
Click to expand it.
sage_validation/settings.py
+
1
−
1
View file @
374c32c8
...
...
@@ -125,7 +125,7 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
INTERNAL_IPS
=
[
"
127.0.0.1
"
,
]
TAILWIND_APP_NAME
=
"
theme
"
TAILWIND_APP_NAME
=
"
sage_validation.
theme
"
STATIC_ROOT
=
BASE_DIR
/
"
staticfiles
"
STATICFILES_DIRS
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment