mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Version bump (#5740)
* Updated all dependencies * fixed some spelling errors * More spelling corrections * Fixes for changes in react-query
This commit is contained in:
2
tasks.py
2
tasks.py
@ -547,7 +547,7 @@ def wait(c):
|
||||
|
||||
@task(pre=[wait], help={'address': 'Server address:port (default=127.0.0.1:8000)'})
|
||||
def server(c, address="127.0.0.1:8000"):
|
||||
"""Launch a (deveopment) server using Django's in-built webserver.
|
||||
"""Launch a (development) server using Django's in-built webserver.
|
||||
|
||||
Note: This is *not* sufficient for a production installation.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user