Skip to content
Snippets Groups Projects
Unverified Commit 6a8de031 authored by Witeden's avatar Witeden Committed by GitHub
Browse files

add localhost (#15)

parent 96e699f4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ from .common import *
from .common import BASE_DIR
DEBUG = True
ALLOWED_HOSTS = ['localhost']
ALLOWED_HOSTS = ['localhost','127.0.0.1']
# Static files (CSS, JavaScript, Images) and media files (user-uploaded)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment