brincando com css

This commit is contained in:
2024-12-16 20:54:18 -03:00
parent a840781473
commit 1e0e4d7b6f
12 changed files with 2861 additions and 23 deletions

View File

@@ -26,7 +26,14 @@ SECRET_KEY = 'django-insecure-mqcnrs5!hc6bj$&#0@@9d8^2@x#w&$qhk3vlr5_)3znd9h6&d8
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [
'192.168.0.100',
'http://192.168.0.100',
'https://192.168.0.100',
'192.168.0.100/24',
'localhost',
'127.0.0.1',
]
# Application definition