Re: Testing a django_localflavor_XX package

2013-03-11 Thread Claude Paroz
Le lundi 11 mars 2013 00:42:15 UTC+1, Alon Nisser a écrit : > > how am I supposed to test this? tried following some examples in other > repo, but all failed. I wrote the test itself but it Doesn't run due to > "You must either define the environment variable DJANGO_SETTINGS_MODULE or > call set

Testing a django_localflavor_XX package

2013-03-10 Thread Alon Nisser
how am I supposed to test this? tried following some examples in other repo, but all failed. I wrote the test itself but it Doesn't run due to "You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings" my *fork here