removing shared from STATICFILES_DIRS
This commit is contained in:
parent
f47608d246
commit
3729f3005d
1 changed files with 0 additions and 4 deletions
|
@ -61,10 +61,6 @@ MIDDLEWARE_CLASSES = [
|
||||||
|
|
||||||
ROOT_URLCONF = 'evenementiel.urls'
|
ROOT_URLCONF = 'evenementiel.urls'
|
||||||
|
|
||||||
STATICFILES_DIRS = [
|
|
||||||
os.path.join(BASE_DIR, 'shared/static/'),
|
|
||||||
]
|
|
||||||
|
|
||||||
TEMPLATES = [
|
TEMPLATES = [
|
||||||
{
|
{
|
||||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||||
|
|
Loading…
Reference in a new issue