Hello people,
some time ago with a couple of friends started a project with Django.
We are really getting into it now, and have made several progress in
the last 3 months. But, as the code starts to grow up, everything
start to get complicated.
Right now we have our project hosted on Bitbucket, a
Thank you guys.
I'm unsing virtualenvs and Pip. Seems great, is really easy that way.
What about deployment? Will it be simple? Or should i care about the
specific webserver?
Thanks!
On Feb 21, 1:21 pm, Tom Evans wrote:
> On Tue, Feb 21, 2012 at 3:54 PM, Shawn Milochik wrote:
> > On 02/21/201
Hello people,
trying to implement a simple "change password" view this came out.
What's the best way to destroy session information for a user?
For example consider when the user changes its password. All session
data should be destroyed.
Thanks!
--
You received this message because you are s
Hello people. Reading about Circus[1] I ran into a couple of different
"WSGI servers" that I haven't heard before (Chaussette[2] and Meinheld[3]).
My question is if those are all similar to Gunicorn (and can be used
instead of the last) or are just complementary servers.
One thing that really
2, 2012 at 8:28 AM, Tarek Ziadé wrote:
> On Monday, October 22, 2012 1:09:56 PM UTC+2, Santiago Basulto wrote:
>>
>> Hello people. Reading about Circus[1] I ran into a couple of different
>> "WSGI servers" that I haven't heard before (Chaussette[2] and Meinheld[3
. I've got installed correctly. Also, how can
I do to translate the strings contained in .py files. For example,
check out forms module:
https://github.com/pinax/django-user-accounts/blob/master/account/forms.py#L29
What am I missing?
Thank you very much.
--
Santiago Basulto.-
--
You re
Hello friends,
i'm new with django. I've something to ask you.
I'm building a website similar to eBay where i've different "kinds" of
users. These are: CustomerUser and SellerUser. Both of them has
different data to be saved.
While reading docs and django book i noted the UserProfile
"trick" (ht
Thank you Ryan. I'll read it. Seems interesting.
On Sep 27, 10:30 am, ryan west wrote:
> I actually just wrote a blog post about why I think extending
> contrib.auth.models.User is a better solution to using a OneToOneField
> (or a ForeignKey), you can find it here:
>
> http://ryanwest.info/blog/
connecting signals may be imported multiple times."
This looks weird, and it's confusing me. So, before asking "where
should i put my signals code not to duplicate it?" i ask for the
django workflow.
Thank you all!
--
Santiago Basulto.-
--
You received this message because you
I'm new with Django, but i've used AUTH_PROFILE_MODULE =
'accounts.UserProfile' and works great to me.
It's really simple to work with it, becouse everywhere you have a
auth.User you can issue a get_profile() and get your UserProfile.
On Oct 23, 4:52 am, Chen Xu wrote:
> Hi, Every one:
> I am tr
Hey guys, i'm kind of confused here...
If I get data from a request, say:
request.GET.get("something") or request.POST.get("something")
Is it automatically being encoded based on the Encoding of the
request? Or I should take care of it explicitly?
Thank you.
--
Sa
I've got the same problem guys, did you figure it out?
On Wednesday, May 2, 2012 6:10:08 AM UTC-3, Simon Bächler wrote:
>
> Yes, exactly the same here. Even creating the table in setUp doesn't help.
>
> Regards
> Simon
>
>
>> Did anybody experience something similar?
>>
>> Cheers,
>> Flo
>
>
--
sometimes we need to
migrate some big tables.
So, the questions are:
* How should I lock my DB in the moment of the deployment? Should I
use different DB users at that moment?
* What other strategies do you use at the moment of the deployment you
can recommend?
Thank you very much!
--
Santiag
Hello guys.
Do you know of any app to keep track of new users and engage with them?
These are roughly what I'm thinking of (requirements, for nice people):
* Keep track last users singed up.
* Keep track of contacts made to those users. I like to send a personal
welcome email to everyuser that
https://code.google.com/p/django-mailer/
On Tuesday, May 7, 2013 11:38:23 PM UTC-3, Santiago Basulto wrote:
>
> Hello guys.
>
> Do you know of any app to keep track of new users and engage with them?
> These are roughly what I'm thinking of (requirements, for nice people):
>
>
15 matches
Mail list logo