Skip to content

Commit

Permalink
Set Runserver port to 8001 to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Jun 5, 2024
1 parent c403c80 commit a3a2b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/home/search/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PageSchema(SchemaClass):
class Runserver:
"""Run Django development server to be queried by ElasticSearch."""

HOSTNAME = '127.0.0.1:8000'
HOSTNAME = '127.0.0.1:8001'
ARGS = (
sys.executable,
'manage.py',
Expand Down

0 comments on commit a3a2b64

Please sign in to comment.