You want your project "foo" to be able to (1) render content from a
template and also (2) handle a request to a specific url.
If you want to do (1), you can add
'django.template.loaders.app_directories.load_template_source' to your
TEMPLATE_LOADERS in your settings file. In fact, it may be there
I'm working on an existing project that I'm splitting up into multiple
apps. My question is about how to use those apps together.
Say I have an app called "main." Then two supporting apps which sit
outside of that Django project folder. They are "foo" and "bar." They
are not "installed" as
2 matches
Mail list logo