mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
Move all templates to a templates directory
This should allow the templates to be found and swapped out more easily. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
5308e03c9e
commit
93be8b1172
4
README
4
README
|
@ -61,8 +61,8 @@ Setup instructions:
|
|||
"Submit Layer" feature within the interface itself (easiest) or the
|
||||
admin interface to do this.
|
||||
|
||||
5. You may wish to customise layerindex/about.html to suit your
|
||||
installation.
|
||||
5. You may wish to customise templates/layerindex/about.html to suit
|
||||
your installation.
|
||||
|
||||
|
||||
Usage
|
||||
|
|
|
@ -124,7 +124,7 @@ TEMPLATE_DIRS = (
|
|||
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
|
||||
# Always use forward slashes, even on Windows.
|
||||
# Don't forget to use absolute paths, not relative paths.
|
||||
BASE_DIR
|
||||
BASE_DIR + "/templates"
|
||||
)
|
||||
|
||||
INSTALLED_APPS = (
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
{% comment %}
|
||||
|
||||
layerindex-web - main layer index page template
|
||||
layerindex-web - layer list page template
|
||||
|
||||
Copyright (C) 2013 Intel Corporation
|
||||
Licensed under the MIT license, see COPYING.MIT for details
|
Loading…
Reference in New Issue
Block a user