diff --git a/bookstore/settings.py b/bookstore/settings.py index 3386fce..3765546 100644 --- a/bookstore/settings.py +++ b/bookstore/settings.py @@ -27,7 +27,7 @@ DEBUG = True ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'matheusdevfullstack.pythonanywhere.com'] -# ALLOWED_HOSTS = ['*'] +# Adicionado dominio do meu app no pythonanywhere no ALLOWED_HOSTS # Application definition diff --git a/bookstore/templates/hello_world.html b/bookstore/templates/hello_world.html index 68af450..e1a65c1 100644 --- a/bookstore/templates/hello_world.html +++ b/bookstore/templates/hello_world.html @@ -1,4 +1,5 @@ +{% comment %} Adicionada está Página {% endcomment %}
diff --git a/bookstore/urls.py b/bookstore/urls.py index a48a26a..06ba0cb 100644 --- a/bookstore/urls.py +++ b/bookstore/urls.py @@ -27,6 +27,7 @@ re_path("bookstore/(?P