Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 3aeeacb

Browse files
committedNov 24, 2013
Fix for AWS deployments
1 parent 435db0f commit 3aeeacb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.ebextensions/syte.config

+3
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ option_settings:
77
- namespace: aws:elasticbeanstalk:container:python
88
option_name: WSGIPath
99
value: syte/wsgi.py
10+
- namespace: aws:elasticbeanstalk:container:python:staticfiles
11+
option_name: /static/
12+
value: syte/static/
1013
- option_name: DJANGO_SETTINGS_MODULE
1114
value: syte.settings

0 commit comments

Comments
 (0)