-
Currently there are concrete and abstract models: `BaseProduct`and `Product`, `BaseCart`and
`Cart`, `BaseCartItem` and `CartItem`, `BaseOrder`and `Order` and finally,
`BaseOrderItem` and `OrderItem`.
…
jrief updated
8 years ago
-
I tracked down the cause to utils.Accessor
https://github.com/bradleyayers/django-tables2/blob/master/django_tables2/utils.py#L376-L380
```
if callable(current):
...
…
-
```
Use the latest version of photologue, (278), and the latest version of
Django from SVN, and when you run syncdb photologue will ask you twice to
set up all the thumbnails etc for admin and viewing…
-
## Summary
We need a new front-end theme in core. Here is a start at a list of requirements based on the comments below:
- lightweight (not too many template / theme function overrides)
- attractive …
-
Hello,
Thank you so much for this awesome tool.
I use postgresql 9.4 and SQLAlchemy 1.0.9.
I added this as in the doc:
@architect.install('partition', type='range', subtype='date', constraint='mont…
-
```
What steps will reproduce the problem?
1. Try and use a FormSet via inlineformset_factory (or I assume other
formset_factory)
2. the formset tries to speak djangodb instead of googledb
3.
What i…
-
How do I ensure that knex migrates using multiple files in a reliable order, making sure to finish one file before moving on to the next? #148 suggests this the file processing order is based on file …
Pomax updated
8 years ago
-
Can we update to stand_alone db calls? What does this do?
``` python
tags = Tag.objects.filter(tag_name__iregex='^(%s)$' % '|'.join(map(re.escape, tokens)))
qs = SampleAnnotation.objects.filter(se…
-
I don't do Data Science ... I hear from lots of people I trust that F# is good for doing Data Science. If we were to propose a packaging for VS for doing Data Science what would it need to have in it…
-
{{{
rpkic> version
0.6320
}}}
{{{
rpkic> initialize
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/rpki/cli.py", line 70, in onecmd
return cmd.Cmd.onecmd(self, line)
…