Skip to content

Commit 9a24364

Browse files
committed
device support
1 parent 6173a94 commit 9a24364

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

note_server/note_server/settings.py

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

15-
ALLOWED_HOSTS = ['127.0.0.1', '192.168.33.10']
15+
ALLOWED_HOSTS = ['*']
1616
INTERNAL_IPS = ['192.168.33.1']
1717

1818
# Application definition

note_server/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<html>
22
<head>
33
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
45
<title>{% block title %}{% endblock %}</title>
56
</head>
67
<body>

0 commit comments

Comments
 (0)