Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
88e680e8
Commit
88e680e8
authored
Jan 08, 2018
by
Guilhem Saurel
Browse files
openrobots
parent
3f351d2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
dashboard/settings.py
View file @
88e680e8
...
...
@@ -25,7 +25,7 @@ SECRET_KEY = 'mgun706*g8lq6voa#1n*)cfk7t4m%8s@4my^al#@8tzis+#v5e'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
True
ALLOWED_HOSTS
=
[]
ALLOWED_HOSTS
=
[
'hagurosan'
,
'hagurosan.laas.fr'
]
# Application definition
...
...
rainboard/migrations/0002_forges.py
View file @
88e680e8
...
...
@@ -17,8 +17,8 @@ def forges(apps, schema_editor):
token
=
os
.
getenv
(
'GITHUB_TOKEN'
))
Forge
.
objects
.
create
(
name
=
'Redmine'
,
source
=
SOURCES
.
redmine
,
url
=
'https://redmine.laas.fr'
,
token
=
os
.
getenv
(
'REDMINE_TOKEN'
))
#
Forge.objects.create(name='Openrobots', source=SOURCES.redmine, url='https://git.openrobots.org',
#
token=os.getenv('OPENROB_TOKEN'))
Forge
.
objects
.
create
(
name
=
'Openrobots'
,
source
=
SOURCES
.
redmine
,
url
=
'https://git.openrobots.org'
,
token
=
os
.
getenv
(
'OPENROB_TOKEN'
))
class
Migration
(
migrations
.
Migration
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment