Is there any update on this? Do we have any recommendations now on how many
workers can run on a server?
On Tue, Oct 10, 2017 at 5:00 AM Andrew Godwin wrote:
> I don't have enough hard data to give a recommendation, unfortunately.
>
> Andrew
>
> On Mon, Oct 9, 2017 at 7:14 PM, Piet van Leeuwen
I'm looking at using EncryptedCharField in django-extensions. It
uses Keyczar, which I've read is not compatible with Python 3 (
https://stackoverflow.com/questions/37234111/encrypt-django-model-field-using-python-3-5).
My question is: Can Keyczar and EncryptedCharField be used with Python 3?
--
http://bookobrothers.com/modules/mod_wdbanners/site.php?html138
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsub
Changing forms to form brings a new error:
*Exception Value: 'CandidateFeedForm' object has no attribute
'ValidationError'*
Below is the view that is using the BaseCandFormSet code that I included in
the original message. Maybe something is wrong in it? Thanks in advance for
your suggestions. I'v
Hi all,
I'm trying to do some custom validation on a model formset, but I'm
not having good luck. Thank you in advance for your suggestions ...
In my views, I have:
class BaseCandFormSet(BaseModelFormSet):
def clean(self):
super(BaseCandFormSet, self).clean()
for form in self
Thanks for the response. I think that is exactly what I'm looking for.
But, being a newb, this raises new questions that I will spare the
group. Could you point me toward a book or tutorial that would show me
how to do that?
Thanks.
On Tue, Sep 7, 2010 at 10:23 AM, Shawn Milochik wrote:
> It doe
Hello,
I'm trying to automatically update a Django project using json
fixtures. ... There is a pipe delimited file that is automatically
updated. I would like to save the data from that file into a Django
project. The way I have been approaching this is to convert the file
into json fixtures and u
7 matches
Mail list logo