Hi all,
Been using Django for a couple of weeks and almost have my app running. I
am using a google storage bucket for my static files, that works great.
My bucket also has some templates I want to use, how can I add that
directory into my templates directories?
Should this be done in the settings.py file? Something like the code below?
Thanks
TEMPLATES = [
{
...
'DIRS': ['https://storage.googleapis.com/<Storage Bucket>/templates/'],
..
},
},
]
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/374f5389-d905-4ab7-9112-d2d5ef0941ea%40googlegroups.com.