Best practice for maintaining the "Django stack"

2010-08-13 Thread Oivvio Polite
I started playing around with Django sometime early 2009, did the tutorial and got started on a toy project. Then something came inbetween and now, coming back to my toy project I notice that the unit test spit out a lot of errors relating to the migration tool South. I've haven't written any test

Re: Best practice for maintaining the "Django stack"

2010-08-14 Thread Oivvio Polite
On Fri, Aug 13, 2010 at 04:40:06PM +0200, Thomas Guettler wrote: > > What kind of error do you get? Please post the traceback. > ..E.FEEE.E...E.. == ERROR: Does logging wo

Re: Best practice for maintaining the "Django stack"

2010-08-14 Thread Oivvio Polite
Thanks to everyone who replied. I'll read up on virtualenv and pip. Oivvio -- http://pipedreams.polite.se/about/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscri

virtualenv and standalone scripts

2010-08-23 Thread Oivvio Polite
Following advice on this list I've moved to virtualenv+pip to manage my django stack, which so far is working out nicely. But what should I do about standalone scripts? Say I have a project called mysite. If I'm in a virtualenv and execute a standalone script, mysite won't be on my pythonpath and

Re: virtualenv and standalone scripts

2010-08-23 Thread Oivvio Polite
On Mon, Aug 23, 2010 at 10:54:21PM +0200, Oivvio Polite wrote: > > What's the right way to go about it? > Ok, just did some more googling and found out about custom management commands, that clearly are the django way of solving my problem. oivvio -- http://pipedreams.p

passing request.META from view to form

2010-09-29 Thread Oivvio Polite
I'm creating new users+profiles from a form class. The form gets instantiated by a view. I'd like to save the request.META header along with the profile so I need to pass it from the view to the form. The form constructor takes the keyword argument data. Is there anyway I can pass along my entire

Re: how to develop cms on django

2010-10-29 Thread Oivvio Polite
> i dont have time i need to start development within a month.. > > plz tell me all those crucial topics that i should learn >From the little information I have about your situation I'd say your better of using a readymade CMS like Wordpress. As much as I love Django, I do think that you'll be s

django-registration 0.7 or 0.8

2010-11-08 Thread Oivvio Polite
What version of django-registration do you folks recommend? A plain "pip install" gave me 0.7, but some discussions on the intarwebs seem to indicate that people are using the yet unreleased 0.8. oivvio -- http://pipedreams.polite.se/about/ -- You received this message because you are subscr

Re: PDF generator in Django

2013-08-05 Thread Oivvio Polite
PDF invoices and for that use it's just fine. I probably wouldn't feel comfortable to use it for something like an e-book though. oivvio -- Oivvio Polite - http://liberationtech.net -- You received this message because you are subscribed to the Google Groups "Django users" g

No "change password" link on user change_form in Django 2.0.4

2019-01-30 Thread Oivvio Polite
'm talking about when the superuser wants to change the password of another user. -- Oivvio Polite - http://liberationtech.net -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivin