Преглед на файлове

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 *