Prechádzať zdrojové kódy

Fix dashboard application templates not being loaded

Denis K 9 rokov pred
rodič
commit
781ce85f98
2 zmenil súbory, kde vykonal 7 pridanie a 0 odobranie
  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 *