Initial commit of userguide app
authorKostas Papadimitriou <kpap@grnet.gr>
Thu, 12 Jul 2012 14:41:06 +0000 (17:41 +0300)
committerKostas Papadimitriou <kpap@grnet.gr>
Thu, 12 Jul 2012 14:41:06 +0000 (17:41 +0300)
commitb5eefa35edc45fd2d32df02d5e38c0ee551d9da5
treed5397be76df81254b16e50c604793b15ee14b1a5
parentfeba5ad66fe56db2f8706942f6bceccf2d4408a2
Initial commit of userguide app
cloudcmsguide/__init__.py [new file with mode: 0644]
cloudcmsguide/admin.py [new file with mode: 0644]
cloudcmsguide/models.py [new file with mode: 0644]
cloudcmsguide/sitemap.py [new file with mode: 0644]
cloudcmsguide/templates/cloudcmsguide/archive.html [new file with mode: 0644]
cloudcmsguide/templates/cloudcmsguide/detail.html [new file with mode: 0644]
cloudcmsguide/tests.py [new file with mode: 0644]
cloudcmsguide/urls.py [new file with mode: 0644]
cloudcmsguide/views.py [new file with mode: 0644]