-
Currently there's a mess with respect to settings that control caching timeout.
There's the `OBJECT_CACHE_TIMEOUT` setting, which is very vague and it's not clear what it affects to. The docs say _Ti…
julen updated
9 years ago
-
Hey community, If you any plugins, themes, tutorials or other great things you've made to help out Foundation, let us know!
Resources page: http://foundation.zurb.com/develop/resources.html
Give us …
-
Django 1.7 has just been released.
https://www.djangoproject.com/weblog/2014/sep/02/release-17-final/
-
When _page.hbs_ template is used, `body_class` list "post-template" instead of "page-template".
"*-template" class name should change based on currently used `.hbs` filename.
That would be really help…
-
eclim#python#django#util#GetTemplateDirs does not find template directories of apps.
It just looks at the output from "manage.py diffsettings" and uses TEMPLATE_DIRS from there.
I wonder if it is a …
-
There appears to be no base template examples, such as the ones referenced in views.py :
biblion/blog_list.html
biblion/blog_section_list.html
-
The Ebean project looks to be inactive. We should be using JPA where Slick isn't being recommended i.e. drop anorm also and boil our built in db support to JDBC, JPA and Slick.
huntc updated
10 years ago
-
As simple as pie:
From the "easy admin" page, only show links to the Django admin interface if we're in debug mode.
No revamp necessary for this :) Just a simple template change.
Thanks!
-
After upgrading from 1.2.7 to 1.2.8, I receive an error message when calling:
{% crispy form %}
crispy_forms/base.py in **enter**, line 25
Traceback:
File "/Users/Bryan/PythonEnvs/BioCrowd/lib/pyth…
-
There are a few hardcoded URLs to OpenID actions in the account templates, which, according to the [docs](http://django-openid.readthedocs.org/en/latest/auth-integration.html#using-named-url-patterns)…