Update Allowed hosts
This commit is contained in:
parent
44c8674ea0
commit
ba3e19d2bf
@ -8,7 +8,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|||||||
|
|
||||||
# Add Your Required Allow Host
|
# Add Your Required Allow Host
|
||||||
if DEBUG == False:
|
if DEBUG == False:
|
||||||
ALLOWED_HOSTS = ['ptcoffee-dev.windmillapps.org']
|
ALLOWED_HOSTS = ['ptcoffee-dev.windmillapps.org', 'ptcoffee.com', 'www.ptcoffee.com']
|
||||||
else:
|
else:
|
||||||
ALLOWED_HOSTS = ['192.168.68.106', '127.0.0.1', 'localhost']
|
ALLOWED_HOSTS = ['192.168.68.106', '127.0.0.1', 'localhost']
|
||||||
|
|
||||||
|
|||||||
@ -460,8 +460,6 @@ section:not(:last-child) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.site__banner p {
|
.site__banner p {
|
||||||
text-transform: lowercase;
|
|
||||||
font-variant: small-caps;
|
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="site__banner site__banner--site">
|
<div class="site__banner site__banner--site">
|
||||||
<h1>Organic Coffee, Slow Roasted, Italian Style</h1>
|
<h1>Organic Coffee, Slow Roasted, Italian Style</h1>
|
||||||
<p><em>Better</em>, not <em>Bitter</em></p>
|
<p><em>BETTER</em>, Not <em>BITTER</em></p>
|
||||||
</div>
|
</div>
|
||||||
<article>
|
<article>
|
||||||
<section class="product__list">
|
<section class="product__list">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user