We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6173a94 commit 9a24364Copy full SHA for 9a24364
note_server/note_server/settings.py
@@ -12,7 +12,7 @@
12
# SECURITY WARNING: don't run with debug turned on in production!
13
DEBUG = True
14
15
-ALLOWED_HOSTS = ['127.0.0.1', '192.168.33.10']
+ALLOWED_HOSTS = ['*']
16
INTERNAL_IPS = ['192.168.33.1']
17
18
# Application definition
note_server/templates/base.html
@@ -1,6 +1,7 @@
1
<html>
2
<head>
3
<meta charset="utf-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5
<title>{% block title %}{% endblock %}</title>
6
</head>
7
<body>
0 commit comments