Skip to content

Commit

Permalink
Merge pull request #320 from keitaroinc/feature/user-profile-page
Browse files Browse the repository at this point in the history
Feature - user profile page
  • Loading branch information
NikolaLekic committed Feb 20, 2020
2 parents 244ef21 + 9a8d011 commit 16b953c
Show file tree
Hide file tree
Showing 25 changed files with 1,319 additions and 50 deletions.
2 changes: 2 additions & 0 deletions ckanext/knowledgehub/cli/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from ckanext.knowledgehub.model.resource_validate import (
setup as resource_validate_setup
)
from ckanext.knowledgehub.model.user_profile import setup as user_profile_setup
from ckanext.knowledgehub.model.keyword import setup as keyword_setup
from ckanext.knowledgehub.model.visualization import setup as extend_resource_view_setup

Expand Down Expand Up @@ -53,6 +54,7 @@ def init():
ml_db_setup()
data_quality_setup()
resource_validate_setup()
user_profile_setup()
keyword_setup()
extend_resource_view_setup()
except Exception as e:
Expand Down
2 changes: 1 addition & 1 deletion ckanext/knowledgehub/fanstatic/css/main.css

Large diffs are not rendered by default.

Loading

0 comments on commit 16b953c

Please sign in to comment.