mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-10 23:30:59 +00:00
parent
2e2dfc73a6
commit
22aff4dbf5
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# Latest
|
# Latest
|
||||||
|
|
||||||
|
- [Bugfix] Fix `runserver` dev command (#172)
|
||||||
- [Minor] Fix non-https link to documentation in pypi
|
- [Minor] Fix non-https link to documentation in pypi
|
||||||
- [Minor] Fix `createuser` documentation
|
- [Minor] Fix `createuser` documentation
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ def runserver(root, edx_platform_path, edx_platform_settings, service):
|
|||||||
port = service_port(service)
|
port = service_port(service)
|
||||||
docker_compose_run_with_port(
|
docker_compose_run_with_port(
|
||||||
root, edx_platform_path, edx_platform_settings, port,
|
root, edx_platform_path, edx_platform_settings, port,
|
||||||
service, "./manage.py", "runserver", "0.0.0.0:{}".format(port),
|
service, "./manage.py", service, "runserver", "0.0.0.0:{}".format(port),
|
||||||
)
|
)
|
||||||
|
|
||||||
@click.command(
|
@click.command(
|
||||||
|
Loading…
Reference in New Issue
Block a user