Fix bugs:

* Can't create categories and tags
	* Recursively create directories
This commit is contained in:
Gregory Soutade
2014-11-13 19:25:02 +01:00
parent 7aa99e0cbe
commit 62ed52d797
8 changed files with 48 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
v0.3 (05/06/2014)
v0.3 (13/11/2014)
** User **
Add draft support
@@ -9,9 +9,12 @@ v0.3 (05/06/2014)
** Dev **
Add FileOutputCache : md5 cache in database avoiding disk read operation
Do things in a more python way
** Bugs **
Posts set to non published were not removed during re generation
Can't create categories and tags
Recursively create directories
v0.2 (27/04/2014)