Compare commits

...

2 Commits

Author SHA1 Message Date
Mauricio Baeza 52d53b96fe Fix url media 2021-09-10 12:34:30 -05:00
Mauricio Baeza 77a15fa8ab Fix url media 2021-09-10 12:34:06 -05:00
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