global filter by client and month

This commit is contained in:
fjrodriguez
2022-12-07 09:52:22 -06:00
parent b1b587f09a
commit dba851bf6d
4 changed files with 36 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'django-insecure-5*mm&uf5zq@t6nrs_5z8-_qtyapm^3&yz^wqqkc_a!v(!ulj-^'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
ALLOWED_HOSTS = ['*']
@@ -39,6 +39,7 @@ INSTALLED_APPS = [
'widget_tweaks',
'Admin',
'Clientes',
]
SITE_ID = 1