Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Castellum
castellum_scheduler
Commits
04f8b845
Commit
04f8b845
authored
Jun 02, 2021
by
Hayat
Browse files
Merge branch 'master' into switch-to-vanillajs-datepicker
parents
ac042511
b2f12f2c
Pipeline
#10199
passed with stages
in 2 minutes and 53 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
04f8b845
...
...
@@ -2,7 +2,7 @@
"name"
:
"scheduler"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"
bootstrap
"
:
"
^4.
5.3
"
,
"
bootstrap
"
:
"
^4.
6.0
"
,
"
vanillajs-datepicker
"
:
"
^1.1.4
"
}
}
scheduler/settings/default.py
View file @
04f8b845
...
...
@@ -52,6 +52,8 @@ TEMPLATES = [
WSGI_APPLICATION
=
'scheduler.wsgi.application'
DEFAULT_AUTO_FIELD
=
'django.db.models.AutoField'
# Password validation
# https://docs.djangoproject.com/en/3.1/ref/settings/#auth-password-validators
...
...
setup.cfg
View file @
04f8b845
...
...
@@ -8,8 +8,8 @@ license = AGPL-3.0-or-later
include_package_data = True
packages = find:
install_requires =
Django == 3.
1.6
django-bootstrap4 ==
2.3
.1
Django == 3.
2.3
django-bootstrap4 ==
3.0
.1
django-npm == 1.0.0
requests == 2.25.1
...
...
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