Skip to content

Commit 2e1d75a

Browse files
author
Andres Vargas
committed
update
1 parent 0c37751 commit 2e1d75a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

app/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True
2727

28-
ALLOWED_HOSTS = []
28+
ALLOWED_HOSTS = ['*','192.168.99.101']
2929

3030

3131
# Application definition

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ app = "livewire"
22

33

44
[[services]]
5-
internal_port = 8080
5+
internal_port = 8000
66
protocol = "tcp"
77

88
[services.concurrency]

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
django
22
django-bsync
33
django-seed
4-
stringcase
4+
htmlement

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ django-bsync==1.4.3 # via -r requirements.in
99
django-seed==0.2.2 # via -r requirements.in
1010
django==3.0.4 # via -r requirements.in, django-seed
1111
faker==4.0.2 # via django-seed
12+
htmlement==1.0.0 # via -r requirements.in
1213
python-dateutil==2.8.1 # via faker
1314
pytz==2019.3 # via django
1415
six==1.14.0 # via python-dateutil

0 commit comments

Comments
 (0)