This commit is contained in:
Jonas 12t 2021-10-22 09:34:53 +04:00
parent da26c0f4c0
commit aa187dba2f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ docker exec -ti tibillet_django bash
# Launch the http dev' server ( for production, see the Django & gunicorn doc )
python /DjangoFiles/manage.py runserver_plus 0.0.0.0:8002
# or you can use the alias in the .bashrc i've made :
# or you can use the alias from the .bashrc :
rsp
```