mirror of
https://github.com/quantum5/django-csp-advanced.git
synced 2025-04-24 11:22:00 -04:00
8 lines
139 B
Python
8 lines
139 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class CspAdvancedConfig(AppConfig):
|
|
name = 'csp_advanced'
|