Skip to content

Commit

Permalink
Use fanstatic for serving js and css files
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelavega committed Apr 19, 2018
1 parent eda8633 commit 564b6cb
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions ckanext/ngsiview/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def configure(self, config):

def update_config(self, config):
p.toolkit.add_template_directory(config, 'templates')
p.toolkit.add_resource('fanstatic', 'ngsiview')
p.toolkit.add_public_directory(config, 'public')

def info(self):
return {'name': 'ngsiview',
Expand Down

0 comments on commit 564b6cb

Please sign in to comment.