Skip to content

Commit

Permalink
Add third-party libs to static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Dec 25, 2018
1 parent fb2622d commit 23c7e7c
Show file tree
Hide file tree
Showing 10 changed files with 604 additions and 13 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include LICENSE
include README.md
include MANIFEST.in
recursive-include daterangefilter *.py *.html *.po *.mo
recursive-include daterangefilter *.py *.html *.js *.css *.po *.mo
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ INSTALLED_APPS = (
)
```

Check that ```LANGUAGE_CODE``` is defined in project configuration.
Application uses static files so do not forget to issue ```collectstatic``` management command in production environment.

## Example usage

Expand Down
Loading

0 comments on commit 23c7e7c

Please sign in to comment.