Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
3e5462f1
Commit
3e5462f1
authored
Apr 04, 2019
by
Bruno Martin
Browse files
remove runserver_plus and bring back runserver real oficial
parent
81c89aca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
compose/local/django/runserver.sh
compose/local/django/runserver.sh
+2
-1
No files found.
compose/local/django/runserver.sh
View file @
3e5462f1
...
@@ -7,4 +7,5 @@ set -o xtrace
...
@@ -7,4 +7,5 @@ set -o xtrace
python manage.py migrate
python manage.py migrate
python manage.py runserver_plus 0.0.0.0:8000
python manage.py runserver 0.0.0.0:8000
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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