Fix url media

This commit is contained in:
Mauricio Baeza 2021-09-10 12:34:30 -05:00
commit 52d53b96fe
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Including another URLconf
"""
from django.contrib import admin
from django.urls import path, include
from django.conf.urls.static import static
from django.conf import settings