Skip to content

Commit

Permalink
move static files of admin page of organism to app app
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiaoyi0504 committed Sep 26, 2018
1 parent 956da76 commit bbcbfe4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def short_description(self, obj):

class Media:
css = {
'all': ('blast/css/organism-admin.css',)
'all': ('app/css/organism-admin.css',)
}
js = ('blast/scripts/organism-admin.js',)
js = ('app/scripts/organism-admin.js',)


admin.site.register(Organism, OrganismAdmin)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bbcbfe4

Please sign in to comment.