Skip to content

Commit

Permalink
added static root
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Jan 19, 2018
1 parent dbdef53 commit df94caa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manolo/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

from .base import *

STATIC_ROOT = "/var/www/manolo/static/"
MEDIA_ROOT = "/var/www/manolo/media/"

DEBUG = False

ADMINS = (
Expand Down

0 comments on commit df94caa

Please sign in to comment.