Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
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
TO
Helios Server
Commits
5e896235
Commit
5e896235
authored
14 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
added helios verifier to urls and fixed auth jsonfield for null values
parent
c204fc99
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
auth
+1
-1
1 addition, 1 deletion
auth
urls.py
+1
-0
1 addition, 0 deletions
urls.py
with
2 additions
and
1 deletion
auth
@
07743fc0
Compare
65e40d87
...
07743fc0
Subproject commit
65e40d871c9e2db1e330d40ed6345b1cee4537d3
Subproject commit
07743fc051e0ef85d81604839526541d450f04a9
This diff is collapsed.
Click to expand it.
urls.py
+
1
−
0
View file @
5e896235
...
...
@@ -10,6 +10,7 @@ urlpatterns = patterns(
# SHOULD BE REPLACED BY APACHE STATIC PATH
(
r
'
booth/(?P<path>.*)$
'
,
'
django.views.static.serve
'
,
{
'
document_root
'
:
settings
.
ROOT_PATH
+
'
/heliosbooth
'
}),
(
r
'
verifier/(?P<path>.*)$
'
,
'
django.views.static.serve
'
,
{
'
document_root
'
:
settings
.
ROOT_PATH
+
'
/heliosverifier
'
}),
(
r
'
static/auth/(?P<path>.*)$
'
,
'
django.views.static.serve
'
,
{
'
document_root
'
:
settings
.
ROOT_PATH
+
'
/auth/media
'
}),
(
r
'
static/helios/(?P<path>.*)$
'
,
'
django.views.static.serve
'
,
{
'
document_root
'
:
settings
.
ROOT_PATH
+
'
/helios/media
'
}),
...
...
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