Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Jan Maximilian Michal
grady
Commits
07bdd0b9
Verified
Commit
07bdd0b9
authored
7 years ago
by
Jan Maximilian Michal
Browse files
Options
Downloads
Patches
Plain Diff
Removed some legacy files
parent
8b99731e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!19
Whitenoise
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
backend/grady/urls.py
+1
-1
1 addition, 1 deletion
backend/grady/urls.py
backend/yarn.lock
+0
-32
0 additions, 32 deletions
backend/yarn.lock
docker-compose.yml
+3
-1
3 additions, 1 deletion
docker-compose.yml
with
4 additions
and
34 deletions
backend/grady/urls.py
+
1
−
1
View file @
07bdd0b9
...
...
@@ -21,5 +21,5 @@ urlpatterns = [
url
(
r
'
^
'
,
include
(
'
core.urls
'
)),
url
(
r
'
^api-auth/
'
,
include
(
'
rest_framework.urls
'
,
namespace
=
'
rest_framework
'
)),
namespace
=
'
rest_framework
'
)),
]
This diff is collapsed.
Click to expand it.
backend/yarn.lock
deleted
100644 → 0
+
0
−
32
View file @
8b99731e
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
ace-editor-builds@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/ace-editor-builds/-/ace-editor-builds-1.2.4.tgz#5213874b1b23f9d79ac62d106e32970e2af3727f"
bootstrap@4.0.0-beta.2:
version "4.0.0-beta.2"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-beta.2.tgz#4d67d2aa2219f062cd90bc1247e6747b9e8fd051"
datatables.net-bs4@^1.10.15:
version "1.10.16"
resolved "https://registry.yarnpkg.com/datatables.net-bs4/-/datatables.net-bs4-1.10.16.tgz#9eee67cfa8565bd3807a603a188305f7d0e20e32"
dependencies:
datatables.net "1.10.16"
jquery ">=1.7"
datatables.net@1.10.16, datatables.net@^1.10.15:
version "1.10.16"
resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.10.16.tgz#4b052d1082824261b68eed9d22741b711d3d2469"
dependencies:
jquery ">=1.7"
jquery@>=1.7:
version "3.2.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
popper.js@^1.12.3:
version "1.12.5"
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.12.5.tgz#229e4dea01629e1f1a1e26991ffade5024220fa6"
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
3
−
1
View file @
07bdd0b9
...
...
@@ -7,7 +7,7 @@ services:
restart
:
always
grady
:
image
:
docker.gitlab.gwdg.de/j.michal/grady:
master
image
:
docker.gitlab.gwdg.de/j.michal/grady:
whitenoise
command
:
-
/bin/sh
-
-c
...
...
@@ -23,3 +23,5 @@ services:
-
default
expose
:
-
"
8000"
ports
:
-
"
8000:8000"
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