mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
parent
2e2dfc73a6
commit
22aff4dbf5
@ -2,6 +2,7 @@
|
||||
|
||||
# Latest
|
||||
|
||||
- [Bugfix] Fix `runserver` dev command (#172)
|
||||
- [Minor] Fix non-https link to documentation in pypi
|
||||
- [Minor] Fix `createuser` documentation
|
||||
|
||||
|
@ -43,7 +43,7 @@ def runserver(root, edx_platform_path, edx_platform_settings, service):
|
||||
port = service_port(service)
|
||||
docker_compose_run_with_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(
|
||||
|
Loading…
Reference in New Issue
Block a user