Series table added to home page

This commit is contained in:
ayxan
2022-08-25 02:36:42 +04:00
parent c09df0e2de
commit d8fe62b23e
18 changed files with 161 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ from .base import *
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
DATABASES = {
'default': {