Skip to content

Commit

Permalink
move static into core to autoload it
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 23, 2016
1 parent 1d93a3f commit 4499d93
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 0 additions & 3 deletions nextcloudappstore/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@

# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
)
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
RELEASE_DOWNLOAD_ROOT = None
STATIC_URL = '/static/'
Expand Down

0 comments on commit 4499d93

Please sign in to comment.