Cambios para satisfacer a pylint
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
from . import *
|
"""
|
||||||
|
Configuración para servidor de producción
|
||||||
|
"""
|
||||||
|
# pylint: disable=wildcard-import disable=unused-wildcard-import
|
||||||
|
from musiclist.settings import *
|
||||||
|
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY')
|
SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY')
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
"""Definición de urls global"""
|
||||||
|
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
from django.urls import path, include
|
from django.urls import path, include
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user