Skip to content

Commit

Permalink
Moving things around.
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed Nov 9, 2008
1 parent 82aa94d commit 8553c6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
*.pyc
db/*.sqlite3
.DS_Store
apps/*
chiplog/*
2 changes: 1 addition & 1 deletion public/static/base_admin
2 changes: 1 addition & 1 deletion public/static/chiplog
4 changes: 2 additions & 2 deletions settings.py
Expand Up @@ -35,7 +35,7 @@

# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = '/Users/trey/Sites/dev/Django/chiplog_proj/public/static/'
MEDIA_ROOT = '/Users/trey/DjangoProjects/chiplog_proj/public/static/'

# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash if there is a path component (optional in other cases).
Expand Down Expand Up @@ -71,7 +71,7 @@
# 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.
'/Users/trey/Sites/dev/Django/chiplog_proj/templates',
# '/Users/trey/Sites/dev/Django/chiplog_proj/templates',
)

INSTALLED_APPS = (
Expand Down

0 comments on commit 8553c6c

Please sign in to comment.