Django 1.4?

2011-08-05 Thread Littke
Hi. Is there a schedule/roadmap for the release of Django 1.4? If not, how far away would you guesstimate it is? Thanks. -- 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@googlegrou

Re: Django 1.4?

2011-08-05 Thread Herman Schistad
On Fri, Aug 5, 2011 at 15:01, Littke wrote: > Hi. > Is there a schedule/roadmap for the release of Django 1.4? > If not, how far away would you guesstimate it is? Here is the roadmap wiki: https://code.djangoproject.com/wiki/Version1.4Roadmap Which is pretty empty, but you can sort th

Re: Django 1.4?

2011-08-05 Thread Russell Keith-Magee
On Fri, Aug 5, 2011 at 9:01 PM, Littke wrote: > Hi. > > Is there a schedule/roadmap for the release of Django 1.4? > > If not, how far away would you guesstimate it is? Hi, We haven't made any formal announcements about release plans for Django 1.4 as yet. If I had to guess

django 1.4 timeline

2011-12-25 Thread Sells, Fred
While I realize that release schedules are flexible until near then actual release date, I would appreciate a "best guess" on 1.4 beta. I have to complete a major upgrade of a mission critical app by 1 april. Since I use flex for my client side and have django just return XML, It's not like I n

PyPm / Django 1.4?

2012-06-01 Thread Aaron C. de Bruyn
I am not a Windows developer--but I was recently asked to port a very small Django app (so it could be run locally using the dev server) on Windows. The app was developed using Django 1.4, but the ActiveState Package Manager (pypm) installs Django 1.3. Rather than rewriting some of the code

Re: django 1.4 timeline

2011-12-25 Thread Karen Tracey
On Sun, Dec 25, 2011 at 11:34 AM, Sells, Fred wrote: > ** > > Any guesses on schedule? > https://docs.djangoproject.com/en/dev/releases/1.4-alpha-1/#the-django-1-4-roadmap Karen -- http://tracey.org/kmt/ -- You received this message because you are subscribed to the Google Groups "Django use

ANNOUNCE: Django 1.4 released

2012-03-23 Thread James Bennett
Django 1.4 is finally here! For details, checkout the weblog: https://www.djangoproject.com/weblog/2012/mar/23/14/ And the release notes: https://docs.djangoproject.com/en/dev/releases/1.4/ -- You received this message because you are subscribed to the Google Groups "Django users"

Re: PyPm / Django 1.4?

2012-06-02 Thread Bill Freeman
er) on Windows. > > The app was developed using Django 1.4, but the ActiveState Package Manager > (pypm) installs Django 1.3.  Rather than rewriting some of the code, I'd > like to see Django 1.4 available under pypm.  But I am completely unfamiliar > with the Windows side of anythin

Re: PyPm / Django 1.4?

2012-06-03 Thread Aaron C. de Bruyn
On Sat, Jun 2, 2012 at 9:43 AM, Bill Freeman wrote: > Have you considered running under a virtualenv and pip installing > exactly what you need? Yes--that's what I may end up doing. Just trying to remove a few steps from the 'install procedure' for a user that already doesn't like the CLI. Than

Re: PyPm / Django 1.4?

2012-06-04 Thread Aaron C. de Bruyn
On Sun, Jun 3, 2012 at 9:48 AM, Aaron C. de Bruyn wrote: > On Sat, Jun 2, 2012 at 9:43 AM, Bill Freeman wrote: >> Have you considered running under a virtualenv and pip installing >> exactly what you need? Windows is such a nightmare. PyPm doesn't have sqlite packages--they all show a failure t

RE: PyPm / Django 1.4?

2012-06-04 Thread Sells, Fred
I just use MySQL. Better the devil you know ... -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Aaron C. de Bruyn Sent: Monday, June 04, 2012 3:41 PM To: django-users@googlegroups.com Subject: Re: PyPm / Django 1.4? On Sun, Jun

Re: PyPm / Django 1.4?

2012-06-04 Thread Mike Dewhirst
On 5/06/2012 10:32am, Dennis Lee Bieber wrote: On Mon, 4 Jun 2012 12:41:10 -0700, "Aaron C. de Bruyn" declaimed the following in gmane.comp.python.django.user: What do Windows Django developers use for small local databases? MySQL seems overkill if you're just doing local development on a Win

Re: PyPm / Django 1.4?

2012-06-04 Thread Alec Taylor
On Mon, Jun 4, 2012 at 2:48 AM, Aaron C. de Bruyn wrote: > On Sat, Jun 2, 2012 at 9:43 AM, Bill Freeman wrote: >> Have you considered running under a virtualenv and pip installing >> exactly what you need? > > Yes--that's what I may end up doing.  Just trying to remove a few > steps from the 'ins

Re: PyPm / Django 1.4?

2012-06-05 Thread James
I use Postgres for this. You will need to install visual studios 2008. Not sure why you said that is an issue. I've never had a problem on several installations. However, pscyopg2 has binaries, that is what I use. >From there you can just virtualnv / pip. -- You received this message because

Re: PyPm / Django 1.4?

2012-06-05 Thread Aaron C. de Bruyn
On Mon, Jun 4, 2012 at 12:41 PM, Aaron C. de Bruyn wrote: > Windows is such a nightmare.  PyPm doesn't have sqlite packages--they > all show a failure to compile on ActiveState's site.  Apparently > they've always failed for every version of Windows ever.  Pip wasn't > much help as I need to insta

django 1.4 memory issues

2012-06-12 Thread Greg Donald
Over the weekend I upgraded my project to Django 1.4. After the upgrade my Apache/mod_wsgi setup began running out of memory. I increased the memory capacity of my virtual servers, but that only extended the time until they began to swap again. I found a blog article that suggested setting

Migrating to Django 1.4

2012-06-19 Thread Vignesh
Hi, I started migrating our django 1.2.3 project to django 1.4, Now the manage.py is not showing any management commands added by outside apps like, haystack, south etc. Am I missing something obvious? -Thanks Vignesh -- You received this message because you are subscribed to the Google

Django 1.4 alpha 1 released

2011-12-22 Thread James Bennett
Tonight as part of the 1.4 development process, we've released the first alpha for Django 1.4. You can read all about it on the blog: https://www.djangoproject.com/weblog/2011/dec/22/14-alpha-1/ And in the release notes: https://docs.djangoproject.com/en/dev/releases/1.4-al

django 1.4 orm standalone - GenericForeignKey

2012-01-27 Thread Vaal
Hi! In version 1.3 I have no problem using GenericForeignKey in standalone scripts with Django ORm and GenericForeignKey. And in 1.4 there is a problem. http://dpaste.com/694017/ (virtualenv) C:\Users\user\Desktop\django-test>python django14.py Traceback (most recent call last): File "django14.

Django 1.4 beta 1 released

2012-02-15 Thread James Bennett
Hot off the presses, it's the first Django 1.4 beta! Blog post with more information is here: https://www.djangoproject.com/weblog/2012/feb/15/14-beta-1/ -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." -- You received this message because you ar

Re: ANNOUNCE: Django 1.4 released

2012-03-23 Thread Mário Neto
Great! \,,/_ 2012/3/23 James Bennett > Django 1.4 is finally here! > > For details, checkout the weblog: > > https://www.djangoproject.com/weblog/2012/mar/23/14/ > > And the release notes: > > https://docs.djangoproject.com/en/dev/releases/1.4/ > > -- > You r

Re: ANNOUNCE: Django 1.4 released

2012-03-23 Thread Jeff Heard
Do the PyCharm devs read this list? Will 1.4 work inside pycharm 2.5? On Mar 23, 2012, at 3:58 PM, Mário Neto wrote: > Great! \,,/_ > > 2012/3/23 James Bennett > Django 1.4 is finally here! > > For details, checkout the weblog: > > https://www.djangoproject.c

Re: ANNOUNCE: Django 1.4 released

2012-03-23 Thread Andre Terra
some point before the release of Django 1.4, we plan to publish a document outlining our full timeline for deprecating Python 2.x and moving to Python 3.x." Have we got a timeline yet? Cheers, AT On Mar 23, 2012 2:11 PM, "James Bennett" wrote: > Django 1.4 is finally here! > >

Re: ANNOUNCE: Django 1.4 released

2012-03-24 Thread Brian Neal
On Friday, March 23, 2012 12:11:22 PM UTC-5, James Bennett wrote: > > Django 1.4 is finally here! > > For details, checkout the weblog: > > https://www.djangoproject.com/​weblog/2012/mar/23/14/<https://www.djangoproject.com/weblog/2012/mar/23/14/> > > An

HttpResponse_is_string is removed Django 1.4

2012-04-05 Thread Rajat Jain
Hi, I have noticed that the class variable HttpReponse._is_string (in django/http/__init__.py) is removed in Django 1.4. I was setting this variable in a couple of places in my code, so that piece of code is breaking in Django 1.4. Do you know if this field is required at all? If not, is it just

HttpResponse_is_string is removed Django 1.4

2012-04-05 Thread Rajat Jain
Hi, I have noticed that the class variable HttpReponse._is_string (in django/http/__init__.py) is removed in Django 1.4. I was setting this variable in a couple of places in my code, so that piece of code is breaking in Django 1.4. Do you know if this field is required at all? If not, is it

Time zone (Django 1.4) questions

2012-06-12 Thread Klaas van Schelven
Hi all, I have a number of questions on Django 1.4's Time Zones. 1] Migration of non-UTC to UTC: is there any script / best practice available? Django's documentation mentions that all data should be converted to UTC when switching to USE_TZ=True. See: https://docs.djangoproject.

Re: django 1.4 memory issues

2012-06-14 Thread francescortiz
You could create a bug report: https://code.djangoproject.com/newticket On Tuesday, June 12, 2012 4:59:08 PM UTC+2, Greg Donald wrote: > > Over the weekend I upgraded my project to Django 1.4. After the > upgrade my Apache/mod_wsgi setup began running out of memory. I > increase

Re: django 1.4 memory issues

2012-06-14 Thread akaariai
On 12 kesä, 17:59, Greg Donald wrote: > Over the weekend I upgraded my project to Django 1.4.  After the > upgrade my Apache/mod_wsgi setup began running out of memory.  I > increased the memory capacity of my virtual servers, but that only > extended the time until they began to sw

Re: Migrating to Django 1.4

2012-06-19 Thread galgal
Have changed your old manage.py to new one? Django 1.4 generates new manage.py. Maybe that's the problem? On Tuesday, June 19, 2012 9:15:01 AM UTC+2, Vignesh wrote: > > Hi, > > I started migrating our django 1.2.3 project to django 1.4, > > Now the manage.py is not showing

Re: Migrating to Django 1.4

2012-06-19 Thread Vignesh
hi galgal, I got it solved, it was some random problem with the perticular terminal instance, In a new terminal instance every thing was working But thanks a lot On Tuesday, June 19, 2012 2:34:19 PM UTC+5:30, galgal wrote: > > Have changed your old manage.py to new one? > D

autodiscover problem in Django 1.4

2012-06-21 Thread yillkid
Hi all ! When I use admin.autodiscover() in urls.py, browser will show "The model User is not registered",but reload again, show normally, just happen in version 1.4 without 1.1, something wrong? -- You received this message because you are subscribed to the Google Groups "Django users" gro

django 1.4 using locale urls

2012-09-02 Thread Mo Mughrabi
Hi, am stuck with trying to use locale urls and applying language prefix. I tried to follow the manual but i guess i might have missed something, i also tried posting a question on stackoverflow but no signs yet. Any one can guide me, I would appreciate it. http://stackoverflow.com/questions/12227

MySQL Connector/Python Django 1.4

2012-11-22 Thread Dilip M
Hi, Have anyone got MySQL Connector/Python<http://dev.mysql.com/downloads/connector/python/> (1.0.7) working with Django 1.4? If yes, what the installation procedure and how to get it work? Thanks..Dilip -- You received this message because you are subscribed to the Google Groups &

Installing forum on django 1.4

2012-11-28 Thread Yogev Metzuyanim
Hi, Did someone here managed to install a working forum on django 1.4, I tried all these and I got all kinds of errors: PyBB django-forum django-forumbr askbot snapboard and more... Some of them i figured out and then i got another error until I reached a dead end in every single one of them

Project template for django 1.4+

2013-07-20 Thread Allisson
Here: https://github.com/allisson/django-project-template -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to t

Re: Django 1.4 alpha 1 released

2011-12-23 Thread Mário Neto
Great, very very good! \,,/_ Congratulations!!! 2011/12/23 James Bennett > Tonight as part of the 1.4 development process, we've released the > first alpha for Django 1.4. You can read all about it on the blog: > > https://www.djangoproject.com/weblog/2011/dec/22/14-alpha-

Re: Django 1.4 alpha 1 released

2011-12-25 Thread Cliff Peng
哈哈,等正式发布的时候大家一起把它翻译下作为社区福利。 2011/12/23 Mário Neto > Great, very very good! \,,/_ Congratulations!!! > > > 2011/12/23 James Bennett > >> Tonight as part of the 1.4 development process, we've released the >> first alpha for Django 1.4. You can read all a

Re: django 1.4 orm standalone - GenericForeignKey

2012-01-27 Thread Vaal
think I found a solution, but need to check[code]settings.configure(    DATABASES={        'default': {            'ENGINE': 'django.db.backends.sqlite3',            'NAME': 'db.sqlite',        }    },    INSTALLED_APPS=(    'django.contrib.contenttypes',))[/ code] -- You received this message b

Re: Django 1.4 beta 1 released

2012-02-16 Thread victoria
, 2012 at 5:27 AM, James Bennett wrote: > Hot off the presses, it's the first Django 1.4 beta! Blog post with > more information is here: > https://www.djangoproject.com/weblog/2012/feb/15/14-beta-1/ > > > -- > "Bureaucrat Conrad, you are technically correct -- the best

Re: Django 1.4 beta 1 released

2012-02-17 Thread Mário Neto
nt. > > http://bitnami.org/stack/djangostack > > > On Thu, Feb 16, 2012 at 5:27 AM, James Bennett > wrote: > > Hot off the presses, it's the first Django 1.4 beta! Blog post with > > more information is here: > > https://www.djangoproject.com/weblog/2012/feb/15/14-b

ANNOUNCE: Django 1.4 release candidate available

2012-03-05 Thread James Bennett
We're nearly there! The Django 1.4 release candidate package is now available, and you can read all about it on the blog: https://www.djangoproject.com/weblog/2012/mar/05/14-rc-1/ -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." -- You receiv

Django 1.4 and google app engine

2012-04-02 Thread fix3d
Is it possible to run Django 1.4 on google app engine? And if yes, how??? -- 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

Re: HttpResponse_is_string is removed Django 1.4

2012-04-06 Thread Ian Clelland
On Thu, Apr 5, 2012 at 6:07 PM, Rajat Jain wrote: > Hi, > > I have noticed that the class variable HttpReponse._is_string (in > django/http/__init__.py) is removed in Django 1.4. I was setting this > variable in a couple of places in my code, so that piece of code is > breaking

Re: HttpResponse_is_string is removed Django 1.4

2012-04-06 Thread Rajat Jain
Thanks for the reply. Yeah I was just setting this to true. On Friday, April 6, 2012, Ian Clelland wrote: > > > On Thu, Apr 5, 2012 at 6:07 PM, Rajat Jain wrote: >> >> Hi, >> I have noticed that the class variable HttpReponse._is_string (in django/http/__init__.py)

Re: HttpResponse_is_string is removed Django 1.4

2012-04-10 Thread Tom Evans
On Fri, Apr 6, 2012 at 3:56 PM, Ian Clelland wrote: > > > On Thu, Apr 5, 2012 at 6:07 PM, Rajat Jain wrote: >> >> Hi, >> >> I have noticed that the class variable HttpReponse._is_string (in >> django/http/__init__.py) is removed in Django 1.4. I was setting

Django 1.4, Postgresql and partitioned table

2012-04-17 Thread Michaël Journo
Hello, I use postgresql 9.1 with postgresql_psycopg2 on debian (actually this also happens on my mac). I recently moved to django 1.4 and I got this error while creating a simple object : o = Object() o.fieldA = .. o.save() Traceback (most recent call last): File "", line 1,

Re: Time zone (Django 1.4) questions

2012-06-21 Thread Aymeric Augustin
Hi Klaas, Le mardi 12 juin 2012 13:13:14 UTC+2, Klaas van Schelven a écrit : > > 1] Migration of non-UTC to UTC: is there any script / best practice > available? > Django's documentation mentions that all data should be converted to UTC > when switching to USE_TZ=True. See: > https://docs.djan

Re: Time zone (Django 1.4) questions

2012-06-22 Thread Aymeric Augustin
Le jeudi 21 juin 2012 13:36:53 UTC+2, Aymeric Augustin a écrit : > > I haven't written that script and I don't know anyone else who has. No > promises, but since you need it, I may find the motivation to write it. > Here you go: https://gist.github.com/2971450 The script is designed to handle a

Re: Time zone (Django 1.4) questions

2012-06-22 Thread Klaas van Schelven
Hi Aymeric, Thanks for the answers! I've decided to postpone the migration on one of our bigger projects to USE_TZ = True until after I have some experience with proper time zone handling in a greenfield project. This won't last forever, though, and once I get to it I'll report back with any glob

Best Beginning Tutorial for Django 1.4

2012-07-27 Thread ACK-Django
at python. So People give me all links / tutorials / videos / blogs / documentation etc for Django 1.4 only thing i find updated is documentation. so guys any newbie books / word of caution / general advice from your experience to newbie please share it here. -- You received this mess

Django 1.4 pkbdf2 password hashing issue

2012-08-14 Thread José Moreira
Hi, i'm test upgrading a 1.1 project to 1.4 and the password hasher is raising an exception while generating passwords (on several Django unit tests): == ERROR: test_pkbdf2 (django.contrib.auth.tests.hashers.TestUtilsHashPass)

Django 1.4 reusable app template repo

2012-10-11 Thread Dries Desmet
I would appreciate any feedback on my django 1.4 reuasable app template. You can find the code here: https://github.com/TrioTorus/django-app-skel I love the new --template option that comes with django 1.4 now and this is my first attempt at a simple skeleton. Would you use such a thing? Are

Re: MySQL Connector/Python Django 1.4

2012-11-22 Thread Fred Stluka
s and fences, we need no Windows or Gates. On 11/22/12 1:11 PM, Dilip M wrote: Hi, Have anyone got MySQL Connector/Python <http://dev.mysql.com/downloads/connector/python/> (1.0.7) working with Django 1.4? If

Re: Installing forum on django 1.4

2012-11-29 Thread Paul Backhouse
On Wed, 2012-11-28 at 03:15 -0800, Yogev Metzuyanim wrote: > Hi, > Did someone here managed to install a working forum on django 1.4, I > tried all these and I got all kinds of errors: > PyBB > django-forum > django-forumbr > askbot > snapboard > and more... I s

Django 1.4 manage.py cannot find settings

2012-12-25 Thread huw_at1
Hi, This has probably been asked a million times before so apologies. I'm new to 1.4 so the standard project layout is a little unfamiliar. I'm trying to perform a simple import from within my shell: from django.contrib.sites.models import Site However I am constantly getting the problem that

HTML5 Offline apps with Django 1.4

2013-02-21 Thread Ranjith Chaz
Trying to implement *offline** *feature of *HTML5*. Deployed in *apache2.2*with mod_wsgi plugin. It works as expected (i.e., loads the cached page when offline) in chrome, Opera (using window.openDatabase) and other desktop browsers. However it doesn't work in Android 2.x, iPhone default brows

Python 2.7 + Django 1.4 + apache 2.4

2013-07-15 Thread maiquel
How to set up django on Apache I'm using django 1.4 and apache 2.4 and Python 2.7 My configuration is well in httpd.conf WSGIScriptAlias / C :/ xampp / htdocs / My_blog / My_blog / wsgi.py WSGIPythonPath / C :/ xampp / htdocs / My_blog / Order deny, allow Allow from all Does anyone

Django 1.4 (LTS) end of life?

2015-06-26 Thread Ned Horvath
Originally 1.4 was supposed to end support with the release of 1.8; earlier this year that was extended 6 months to October 1, 2015. But as of yesterday, the revised roadmap shows 1.9 planned for "December" rather than the previous target of October 2. I don't know whether to pressure the devel

Re: ANNOUNCE: Django 1.4 release candidate available

2012-03-05 Thread Diego Schulz
On Mon, Mar 5, 2012 at 2:49 PM, James Bennett wrote: > We're nearly there! > > The Django 1.4 release candidate package is now available, and you can > read all about it on the blog: > > https://www.djangoproject.com/weblog/2012/mar/05/14-rc-1/ > Hi James, Glad to rea

ANN: Django 1.4 release candidate 2 issued

2012-03-14 Thread James Bennett
Subject line says it all, and details, as always, are on the weblog: https://www.djangoproject.com/weblog/2012/mar/14/14rc2/ -- 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

Re: Django 1.4, Postgresql and partitioned table

2012-04-17 Thread akaariai
y hack, but it might make your code work in 1.4... - Anssi On Apr 17, 3:42 pm, Michaël Journo wrote: > Hello, > > I use postgresql 9.1 with postgresql_psycopg2 on debian (actually this > also happens on my mac). I recently moved to django 1.4 and I got this > error while creatin

Re: Django 1.4, Postgresql and partitioned table

2012-04-18 Thread Michaël Journo
our code work in 1.4... > >  - Anssi > > On Apr 17, 3:42 pm, Michaël Journo > wrote: > > > > > > > > > Hello, > > > I use postgresql 9.1 with postgresql_psycopg2 on debian (actually this > > also happens on my mac). I recently moved t

Re: Django 1.4, Postgresql and partitioned table

2012-04-18 Thread akaariai
On Apr 18, 3:49 pm, Michaël Journo wrote: > Well you were right. The insert didn't return the id, so that was the > problem. > > I used your trick (customizing the save method) and it seems to work > just fine. Glad it helped. A mandatory warning: you are using non-public parts of Django's backe

django 1.4, wsgi, flex deploy best practices

2012-05-31 Thread Sells, Fred
o allow a relative reference to get redirected to my django home. I'm not an Apache expert and so I defer to the community which is more experienced with these issues for a clean, generic solution I can use going forward as I port to Django 1.4 and CentOs 6. -- You received this message because

Re: Django 1.4 and google app engine

2012-06-17 Thread Gebriel Abebe
Please I want to know the same thing? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/bU3CTr2hjmQJ. To post to this group, send email to django-users@google

Re: Django 1.4 and google app engine

2012-06-17 Thread Ernesto Guevara
In GAE only using django-norel, a fork of django with no join's queryset. https://developers.google.com/appengine/articles/django-nonrel Or using in Google Cloud SQL: https://developers.google.com/appengine/docs/python/cloud-sql/django But is a paying service. 2012/6/17 Gebriel Abebe > Plea

Re: Best Beginning Tutorial for Django 1.4

2012-07-27 Thread Doogster
of Python 2.xx version ) > now i wanted to learn django very deeply and along the way i will also look > at python. > > So People give me all links / tutorials / videos / blogs / documentation etc > for Django 1.4 > > only thing i find updated is documentation. > >

Re: Best Beginning Tutorial for Django 1.4

2012-07-27 Thread ACK-Django
; > > So People give me all links / tutorials / videos / blogs / documentation > etc > > for Django 1.4 > > > > only thing i find updated is documentation. > > > > so guys any newbie books / word of caution / general advice from your > > expe

Re: Best Beginning Tutorial for Django 1.4

2012-07-27 Thread Demian Brecht
utorials / videos / blogs / documentation > etc for Django 1.4 > > only thing i find updated is documentation. > > so guys any newbie books / word of caution / general advice from your > experience to newbie > > please share it here. > > -- > You received this mess

Re: Best Beginning Tutorial for Django 1.4

2012-07-27 Thread Babatunde Akinyanmi
links / tutorials / videos / blogs / documentation > etc for Django 1.4 > > only thing i find updated is documentation. > > so guys any newbie books / word of caution / general advice from your > experience to newbie > > please share it here. > > -- > You received th

Re: Best Beginning Tutorial for Django 1.4

2012-07-27 Thread ANIKET KADAM
python before django >> so just an hour ago i finished the book => >> http://www.swaroopch.org/notes/Python ( A Byte of Python 2.xx version ) >> now i wanted to learn django very deeply and along the way i will also >> look at python. >> >> So People give me

Re: Best Beginning Tutorial for Django 1.4

2012-07-27 Thread ANIKET KADAM
gt; > now i wanted to learn django very deeply and along the way i will also > look > > > > at python. > > > > So People give me all links / tutorials / videos / blogs / documentation > > etc for Django 1.4 > > > > only thing i find updated is docume

Re: Best Beginning Tutorial for Django 1.4

2012-07-27 Thread ANIKET KADAM
xx version ) >> > now i wanted to learn django very deeply and along the way i will also >> look >> > >> > at python. >> > >> > So People give me all links / tutorials / videos / blogs / documentation >> > etc for Django 1.4 >> >

Re: Django 1.4 pkbdf2 password hashing issue

2012-08-14 Thread José Moreira
I can also reproduce it on a new project. Terça-feira, 14 de Agosto de 2012 14:22:34 UTC+1, José Moreira escreveu: > > Hi, i'm test upgrading a 1.1 project to 1.4 and the password hasher is > raising an exception > while generating passwords (on several Django unit tests): > > >

Re: Django 1.4 pkbdf2 password hashing issue

2012-08-14 Thread José Moreira
Created a new virtualenv, this time based on Python 2.7[.2] , ran the unit tests and wasn't able to reproduce the issue. Terça-feira, 14 de Agosto de 2012 14:36:11 UTC+1, José Moreira escreveu: > > I can also reproduce it on a new project. > > Terça-feira, 14 de Agosto de 2012 14:22:34 UTC+1, Jos

Documentation helpers in the admindocs (django 1.4)

2012-09-10 Thread craig
It could be I'm doing something wrong, but I have the admin documentation working, and read about the helpers ( :model:`app.model`, :view:, etc) but when I use them the docs render the actual text and not the link: class Calendar(models.Model): > """ > Contains a collection of :model:`ev

Re: Django 1.4 and google app engine

2012-09-22 Thread neixetis
Does it mean that few months ago newest django version for Google Cloud SQL was 1.4, and now they downgraded to 1.3? Or that was just a mistake? I am about to deal with the same problem, however I have finished my project, now I need to update it asap on GAE, but I just can not as newest versio

Re: Django 1.4 and google app engine

2012-09-22 Thread Gabriel [SGT]
now? Please help guys:D You can try the django 1.4 nonrel's version, although is currently in WIP state, I'm not sure how mature it is https://github.com/django-nonrel/django-1.4 The nonrel stable (1.3) works pretty well. -- Kind Regards -- You received this message because you are su

Re: Django 1.4 and google app engine

2012-09-22 Thread neixetis
em, however I have finished my > > project, now I need to update it asap on GAE, but I just can not as > newest > > version of SDK Django is 1.3, whereas my project is 1.4. Any ideas what > > should I do now? Please help guys:D > > You can try the django 1.4 nonrel's v

Re: Django 1.4 and google app engine

2012-09-25 Thread Derek
blem, however I have finished my >> > project, now I need to update it asap on GAE, but I just can not as >> newest >> > version of SDK Django is 1.3, whereas my project is 1.4. Any ideas what >> > should I do now? Please help guys:D >> >> You can tr

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread Victor Rocha
Hi, I would like to ask you to post a snapshot of your dir structure. In the mean time, I am going to give you some pointers that you could consider. Is the an app you converted to django 1.4 or did you created your app from scratch(using 1.4 from the beginning)? If you converted you app your

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread huw_at1
Hi, This project was created using django 1.4. The structure is as follows: /home | --/huw_at1 | ---/TEST | -/test-/test-settings.py

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread Victor Rocha
I don't have much experience using PyCharm, however from I can understand, your issues may be alleviated by adding a ___init__.py file at the same level as your manage.py file. Can you set which dir is the project's root dir? can you show me the content of your manage.py file? I am still concern a

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread huw_at1
Hi, manage.py contents below: #!/usr/bin/env python import os import sys if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pkadata.settings") from django.core.management import execute_from_command_line execute_from_command_line(sys.argv) I think you may

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread huw_at1
Hi, manage.py is show below: #!/usr/bin/env python import os import sys if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "test.settings") from django.core.management import execute_from_command_line execute_from_command_line(sys.argv) I think you may be

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread Victor Rocha
I don't think I can be of more help. Hopefully someone with experience with PyCharm can chime in. This is probably not what you want to hear but ditch windows, ditch pycharm use windows and vim or at least gedit. One last comment, in your manage.py file i can see this 'pkadata.settings'; i didnt s

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread huw_at1
Hiya - sorry yeah I pasted the wrong manage.py file initially. It should have been the test.settings manage.py. I figured it out partially anyway - I needed to change the project directory setting in the IDE as you said. Thanks for the help. On Tuesday, December 25, 2012 5:14:03 PM UTC, Victor

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread Victor Rocha
Your welcome! Merry Christmas On Tue, Dec 25, 2012 at 12:25 PM, huw_at1 wrote: > Hiya - sorry yeah I pasted the wrong manage.py file initially. It should > have been the test.settings manage.py. > > I figured it out partially anyway - I needed to change the project > directory setting in the I

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread huw_at1
[RESOLVED] On Tuesday, 25 December 2012 17:28:15 UTC, Victor Rocha wrote: > > Your welcome! Merry Christmas > > > > On Tue, Dec 25, 2012 at 12:25 PM, huw_at1 > > wrote: > >> Hiya - sorry yeah I pasted the wrong manage.py file initially. It should >> have been the test.settings manage.py. >> >> I

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread Victor Rocha
Would you please describe all you have to do to resolve it, in case someone else stumbles upon the same issue? Thank you, Victor Rocha RochApps On Tue, Dec 25, 2012 at 5:51 PM, huw_at1 wrote: > [RESOLVED] > > > On Tuesday, 25 December 2012 17:28:15 UTC, Victor Rocha wrote: > >> Your welcome! M

Django 1.4 Development Workflow Using Static Files

2012-12-25 Thread huw_at1
Hi again, Another quick question. I'm still getting used to 1.4 and I've been setting up a remote static file service for the production deployment of my web app. This works just great however it seems a little cumbersome when developing if I want to add fresh image content I have to add it to

Re: Django 1.4 manage.py cannot find settings

2012-12-25 Thread Ryan Blunden
I would say stay away using PyCharm to manage your Django application until you're more experienced. Learn to manage your app purely through the command line first. On Tuesday, December 25, 2012 9:28:15 AM UTC-8, Victor Rocha wrote: > > Your welcome! Merry Christmas > > > > On Tue, Dec 25, 2012

Re: Django 1.4 manage.py cannot find settings

2012-12-26 Thread Bill Freeman
On Tue, Dec 25, 2012 at 8:22 AM, huw_at1 wrote: > Hi, > > This has probably been asked a million times before so apologies. I'm new > to 1.4 so the standard project layout is a little unfamiliar. I'm trying to > perform a simple import from within my shell: > > from django.contrib.sites.models im

Re: HTML5 Offline apps with Django 1.4

2013-02-21 Thread Russell Keith-Magee
On Thu, Feb 21, 2013 at 3:38 PM, Ranjith Chaz wrote: > Trying to implement *offline** *feature of *HTML5*. Deployed in * > apache2.2* with mod_wsgi plugin. > It works as expected (i.e., loads the cached page when offline) in chrome, > Opera (using window.openDatabase) and other desktop browsers.

Re: HTML5 Offline apps with Django 1.4

2013-02-25 Thread Ranjith Chaz
Thanks for the reply, Russell. I had tried it already. What I get when I do this is, the html source instead of the web page. That is, the complete html code gets printed out in the browser and it happens in all browsers irrespective of mobile, desktop. On Thursday, February 21, 2013 1:08:16 P

Re: HTML5 Offline apps with Django 1.4

2013-02-28 Thread Russell Keith-Magee
Hi Ranjith, Perhaps I've confused things here -- when you're serving offline HTML5, you need to serve (at least) 2 pages -- a page with html, and a *completely separate* second page containing the manifest. The manifest file has a content type of text/cache-manifest; your HTML is served with a nor

Re: Python 2.7 + Django 1.4 + apache 2.4

2013-07-15 Thread carlos
where is the error ?? On Mon, Jul 15, 2013 at 5:11 PM, maiquel wrote: > How to set up django on Apache > > I'm using django 1.4 > and apache 2.4 > and Python 2.7 > My configuration is well > > in httpd.conf > > WSGIScriptAlias / C :/ xampp / h

Re: Python 2.7 + Django 1.4 + apache 2.4

2013-07-16 Thread Mike Dewhirst
On 16/07/2013 12:25pm, carlos wrote: where is the error ?? On Mon, Jul 15, 2013 at 5:11 PM, maiquel mailto:maiquelknech...@gmail.com>> wrote: How to set up django on Apache I'm using django 1.4 and apache 2.4 and Python 2.7 My configuration is well in

Re: Python 2.7 + Django 1.4 + apache 2.4

2013-07-16 Thread Robert Jonathan Šimon
I have one question what must be in wsgi.py? Dne úterý, 16. července 2013 1:11:48 UTC+2 maiquel napsal(a): > > How to set up django on Apache > > I'm using django 1.4 > and apache 2.4 > and Python 2.7 > My configuration is well > > in httpd.conf > > W

  1   2   3   >