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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
76b863e0
Commit
76b863e0
authored
15 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
updated helios for a couple of new features and updated settings accordingly
parent
037bbe6d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
helios
+1
-1
1 addition, 1 deletion
helios
iacr/__init__.py
+5
-1
5 additions, 1 deletion
iacr/__init__.py
settings.py
+1
-1
1 addition, 1 deletion
settings.py
with
7 additions
and
3 deletions
helios
@
6a80b42a
Compare
35969f2b
...
6a80b42a
Subproject commit
35969f2b964c8aa9134c51da492ca0866b946f14
Subproject commit
6a80b42ad21f3b75fca8fd387cdb5c57b0d8f050
This diff is collapsed.
Click to expand it.
iacr/__init__.py
+
5
−
1
View file @
76b863e0
...
@@ -5,5 +5,9 @@ This django app is meant only to connect the pieces of Helios and Auth that are
...
@@ -5,5 +5,9 @@ This django app is meant only to connect the pieces of Helios and Auth that are
import
glue
import
glue
import
helios
import
helios
import
auth.models
helios
.
TEMPLATE_BASE
=
"
iacr/templates/base.html
"
helios
.
TEMPLATE_BASE
=
"
iacr/templates/base.html
"
helios
.
ADMIN_ONLY
=
True
helios
.
ADMIN
=
auth
.
models
.
User
.
get_or_create
(
user_type
=
'
twitter
'
,
user_id
=
'
benadidatest
'
)
helios
.
SELF_REGISTRATION
=
False
\ No newline at end of file
This diff is collapsed.
Click to expand it.
settings.py
+
1
−
1
View file @
76b863e0
...
@@ -109,7 +109,7 @@ SERVER_EMAIL = DEFAULT_FROM_EMAIL
...
@@ -109,7 +109,7 @@ SERVER_EMAIL = DEFAULT_FROM_EMAIL
# Make this unique, and don't share it with anybody.
# Make this unique, and don't share it with anybody.
SECRET_KEY
=
'
iacrrulez!!!ohyeah,andheliostoo
'
SECRET_KEY
=
'
iacrrulez!!!ohyeah,andheliostoo
'
#
LOGIN_URL = '/a
ccount/login
/'
LOGIN_URL
=
'
/a
uth
/
'
#LOGOUT_URL = '/account/logout/'
#LOGOUT_URL = '/account/logout/'
#LOGIN_REDIRECT_URL = '/'
#LOGIN_REDIRECT_URL = '/'
...
...
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