Переглянути джерело

Fix dashboard application templates not being loaded

Denis K 9 роки тому
батько
коміт
781ce85f98
2 змінених файлів з 7 додано та 0 видалено
  1. 5 0
      CHANGELOG.rst
  2. 2 0
      MANIFEST.in

+ 5 - 0
CHANGELOG.rst

@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.1.0
+-----
+* [Fix] Issue-9: Fixed dashboard application templates not being loaded because of bad manifest (thanks to blueicefield for the report)
+
+
 0.0.9
 -----
 * [Feature] Replace sidemenu scrollbars with Mac-like ones

+ 2 - 0
MANIFEST.in

@@ -3,3 +3,5 @@ include LICENSE
 recursive-include jet/locale *
 recursive-include jet/static *
 recursive-include jet/templates *
+recursive-include jet/dashboard/static *
+recursive-include jet/dashboard/templates *