Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Moved the static files and templates inside the app
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Mar 28, 2012
1 parent 0bc3d9c commit 0eae44b
Show file tree
Hide file tree
Showing 38 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.py
Expand Up @@ -94,7 +94,7 @@
# Put strings here, like "/home/html/static" or "C:/www/django/static". # Put strings here, like "/home/html/static" or "C:/www/django/static".
# Always use forward slashes, even on Windows. # Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths. # Don't forget to use absolute paths, not relative paths.
os.path.join(ROOT_PATH, 'templates', 'static'), # os.path.join(ROOT_PATH, 'templates', 'static'),
) )


# List of finder classes that know how to find static files in # List of finder classes that know how to find static files in
Expand Down Expand Up @@ -126,7 +126,7 @@
ROOT_URLCONF = 'urls' ROOT_URLCONF = 'urls'


TEMPLATE_DIRS = ( TEMPLATE_DIRS = (
os.path.join(ROOT_PATH, 'templates'), #os.path.join(ROOT_PATH, 'templates'),
) )


TEMPLATE_CONTEXT_PROCESSORS = ( TEMPLATE_CONTEXT_PROCESSORS = (
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0eae44b

Please sign in to comment.