Skip to content

Commit

Permalink
Remove dist/static dir from settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brewer committed May 19, 2007
1 parent 1acbc68 commit 0a7e8ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thinkster_django_angular_boilerplate/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
STATIC_ROOT = 'staticfiles'

STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'dist/static'),
os.path.join(BASE_DIR, 'static'),
)

Expand Down

0 comments on commit 0a7e8ce

Please sign in to comment.