On Tuesday, November 13, 2012 at 10:43 PM, Justin Holmes wrote:
>
> My only concern is that we'll limit our audience by requiring users to use a
> specific STATICFILES_STORAGE. What if they're already using a custom one?
Put the meat of your backend in a mixin, provide options for the default o
Ptone: Coldbrew already uses a templatetag for development, but for
production, we want people to be able to have the collectstatic experience
and simple find collected coffee as compiled JS in their static directories.
As you suggest, I have reluctance about Bruno's solution. Also, I'd be
concer
This looks great, thanks for your work on this! I've made some minor
revisions and put up an HTML version of the new tutorial for easier review.
http://techytim.com/django/9962/intro/tutorial05.html
On Monday, November 5, 2012 12:06:53 PM UTC-5, Daniele Procida wrote:
>
> I have done some work
I have some abstract models and I have created several concrete
implementations of each of these models. The usecase is create multiple
sets of tables across each having the same set of fields. When I use
abstract models for modelforms it works fine until I get a unique key in
the picture. Deta