Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bug 598373, Defaults so piston passes out of box
  • Loading branch information
davedash committed Sep 22, 2010
1 parent cadaaaf commit 545c039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions settings.py
Expand Up @@ -116,16 +116,16 @@
# Examples: "http://media.lawrence.com", "http://example.com/media/"
MEDIA_URL = '/media//'

# Absolute path to a temporary storage area
TMP_PATH = path('tmp')

# Absolute path to a writable directory shared by all servers. No trailing
# slash.
# Example: /data/
NETAPP_STORAGE = ''

# Absolute path to a temporary storage area
TMP_PATH = path('tmp')
NETAPP_STORAGE = TMP_PATH

# Absolute path to writable directory for storing addons
ADDONS_PATH = NETAPP_STORAGE + '/warez'
ADDONS_PATH = NETAPP_STORAGE + '/addons'

# Absolute path to a writable directory shared by all servers. No trailing
# slash.
Expand Down
1 change: 1 addition & 0 deletions tmp/addons/.gitignore
@@ -0,0 +1 @@
*

0 comments on commit 545c039

Please sign in to comment.