Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Some more misc. fixes I missed while converting from gsite.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Taylor committed May 23, 2011
1 parent 9411e09 commit f5255ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/mediasync_settings.py
Expand Up @@ -37,7 +37,7 @@
#'SERVE_REMOTE': True,
#'AWS_KEY': AWS_ACCESS_KEY_ID,
#'AWS_SECRET': AWS_SECRET_ACCESS_KEY,
#'AWS_BUCKET': 'coursebook-static-media',
#'AWS_BUCKET': 'creeperslament',
# The following entries combine CSS and JavaScript files, and minify them as well.
'JOINED': JOINED_MEDIA,
'CACHE_BUSTER': MEDIA_CACHE_BUSTER,
Expand Down
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -19,7 +19,7 @@
# Path relative to REMOTE_CODEBASE_PATH.
env.PIP_REQUIREMENTS_PATH = 'deployment/requirements.txt'
# The standardized virtualenv name to use.
env.REMOTE_VIRTUALENV_NAME = 'creeperslament'
env.REMOTE_VIRTUALENV_NAME = 'mcserv'

# This is used for reloading gunicorn processes after code updates.
env.GUNICORN_PID_PATH = os.path.join(env.REMOTE_CODEBASE_PATH, 'gunicorn.pid')
Expand Down
4 changes: 2 additions & 2 deletions settings.py
Expand Up @@ -73,7 +73,7 @@

MEDIASYNC['AWS_KEY'] = AWS_ACCESS_KEY_ID
MEDIASYNC['AWS_SECRET'] = AWS_SECRET_ACCESS_KEY
MEDIASYNC['AWS_BUCKET'] = 'my_site'
MEDIASYNC['AWS_BUCKET'] = 'creeperslament'
MEDIASYNC['SERVE_REMOTE'] = False
MEDIASYNC['EMULATE_COMBO'] = True

Expand Down Expand Up @@ -117,7 +117,7 @@
)

INSTALLED_APPS_LOCAL = (
'apps.blog',
#'apps.blog',
'apps.pages',
)

Expand Down

0 comments on commit f5255ad

Please sign in to comment.