Commit 010e8cd4f8c1a348a600648382ab764feebb3f00

Authored by Andrew Buss
1 parent 14f6ecec56
Exists in master

set up static dir

Showing 3 changed files with 4 additions and 1 deletions Side-by-side Diff

1 1 *~
2 2 venv*
  3 +static*
3 4 *.pyc
4 5 .idea*
5 6 .*.swp
flashy/settings.py View file @ 010e8cd
... ... @@ -103,4 +103,5 @@
103 103 # https://docs.djangoproject.com/en/1.8/howto/static-files/
104 104  
105 105 STATIC_URL = '/static/'
  106 +STATIC_ROOT = 'static'
requirements.txt View file @ 010e8cd
... ... @@ -6,4 +6,5 @@
6 6 six==1.9.0
7 7 djangorestframework
8 8 docutils
  9 +gunicorn