Compare commits
No commits in common. "eecd62f5b2f727bc688623c09eb5a4ccb2d17fb1" and "821ba87de6ac92e9aacfaef893f7edb373999f82" have entirely different histories.
eecd62f5b2
...
821ba87de6
@ -22,7 +22,7 @@ SECRET_KEY = env("SECRET_KEY")
|
|||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = env('DEBUG')
|
DEBUG = env('DEBUG')
|
||||||
|
|
||||||
ALLOWED_HOSTS = env.list('ALLOWED_HOSTS')
|
ALLOWED_HOSTS = env('ALLOWED_HOSTS')
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
@ -6,7 +6,6 @@
|
|||||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||||
<title>{% block title %}Movieclub{% endblock %}</title>
|
<title>{% block title %}Movieclub{% endblock %}</title>
|
||||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||||
<link rel='icon' type="image/webp" href="{% static 'favicon.webp' %}">
|
|
||||||
<link rel='stylesheet' type='text/css' media='screen' href='{% static "style/main.css" %}'>
|
<link rel='stylesheet' type='text/css' media='screen' href='{% static "style/main.css" %}'>
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
||||||
|
Loading…
Reference in New Issue
Block a user