Resources application initial commit
authorKostas Papadimitriou <kpap@grnet.gr>
Mon, 26 Mar 2012 12:27:04 +0000 (15:27 +0300)
committerKostas Papadimitriou <kpap@grnet.gr>
Mon, 26 Mar 2012 12:27:04 +0000 (15:27 +0300)
commit7fa8ecdff3430fba8463cf1175a7346618a35926
tree80fbb9a8006fb24e71449b5c21ef43e4edcef913
parentdb90a7336822d68013e1497a8061ae37fccbc4ac
Resources application initial commit
27 files changed:
cloudcms/cms.py
cloudcms/migrate/page/0007_auto__add_resourceslist.py [new file with mode: 0644]
cloudcms/models.py
cloudcms/static/cloudcms/css/styles.css
cloudcms/static/cloudcms/images/resource_down_arrow-active.png [new file with mode: 0644]
cloudcms/static/cloudcms/images/resource_down_arrow.png [new file with mode: 0644]
cloudcms/static/cloudcms/js/underscore.js [new file with mode: 0644]
cloudcms/static/cloudcms/less/resources.less [new file with mode: 0644]
cloudcms/static/cloudcms/less/styles.less
cloudcms/static/cloudcms/less/xtra.less
cloudcms/synnefo_settings.py
cloudcms/templates/cms/base.html
cloudcms/templates/content/template/resources.html [deleted file]
cloudcmsresources/__init__.py [new file with mode: 0644]
cloudcmsresources/admin.py [new file with mode: 0644]
cloudcmsresources/migrations/0001_initial.py [new file with mode: 0644]
cloudcmsresources/migrations/0002_auto__add_resourcetranslation__add_resource.py [new file with mode: 0644]
cloudcmsresources/migrations/0003_auto__chg_field_resourcecategorytranslation_description.py [new file with mode: 0644]
cloudcmsresources/migrations/0004_auto__chg_field_resourcecategorytranslation_description.py [new file with mode: 0644]
cloudcmsresources/migrations/0005_auto__chg_field_resourcetranslation_description.py [new file with mode: 0644]
cloudcmsresources/migrations/0006_auto__add_field_resource_published_on__add_field_resource_is_published.py [new file with mode: 0644]
cloudcmsresources/migrations/__init__.py [new file with mode: 0644]
cloudcmsresources/models.py [new file with mode: 0644]
cloudcmsresources/static/cloudcmsresources/js/resources_list.js [new file with mode: 0644]
cloudcmsresources/templates/content/resources_list.html [new file with mode: 0644]
cloudcmsresources/urls.py [new file with mode: 0644]
cloudcmsresources/views.py [new file with mode: 0644]