No description
Find a file
rscnt d57a8dc338 tempaltes: Added usable tempaltes.
+ cms/ungleich.ch/blog.html:
   This template should only be used
   to page with the Blog application set.
   Although it doesn't declare anything special
   than exposing the content block.

+ cms/ungleich.ch/index.html: Not used. Example?

+ cms/ungleich.ch/page.html:
    A template for generic pages, it only declares
    a placeholder inside the base_content where
    you should but the content for the page.

+ cms/ungleich.ch/__init__.py
    See documentation for django cms regarding
    template_dirs settings option.
    Used for namespacing and order.

Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-23 04:12:51 -06:00
digital_glarus migration: added digital_glarus migration. 2015-05-21 22:52:56 -06:00
dynamicweb Added ungleich app to extend Page models. 2015-05-23 00:33:35 -06:00
media settings: Added TEMPLATE_DIRS tuple and MEDIA_* 2015-05-20 22:57:00 -06:00
static templates: added cms/ungleich.ch/base.html 2015-05-23 04:09:39 -06:00
templates/cms/ungleich.ch tempaltes: Added usable tempaltes. 2015-05-23 04:12:51 -06:00
ungleich Added ungleich app to extend Page models. 2015-05-23 00:33:35 -06:00
.gitignore added static cache folder to gitignore 2015-05-23 01:18:26 -06:00
manage.py Init 2015-05-02 01:30:30 +02:00
requirements.txt settings: added django_compressor 2015-05-22 01:31:44 -06:00
uwsgi.ini add uwsgi.ini 2015-05-14 00:59:52 +02:00