Questions tagged [django-1.2]

Django 1.2 is a version of the Django framework, released in May 2010. Please only use this tag if your question relates specifically to this version.

Django 1.2 is a version of the Django framework, released in May 2010. Please only use this tag if your question relates specifically to this version.

See the release notes for more details.

19 questions
0
votes
1 answer

django: django 1.2 on ubuntu lucid

I am trying to run django on my ubuntu lucid, but I get the following: Traceback (most recent call last): File "./manage.py", line 11, in execute_manager(settings) File…
gruszczy
  • 40,948
  • 31
  • 128
  • 181
0
votes
1 answer

Django 'the view page didn't return an HttpResponse object.'

I am a newbie for Django. I have had an error like title during making pages. my system information is Django1.2, Ubuntu12. There already has been same as my error on stackorverflow - http://goo.gl/bK5msW def register_page(request): if…
Jae-Han Park
  • 23
  • 1
  • 8
0
votes
0 answers

How to implement push notifications in android?

I'd like to implement push notifications in android ? I prefer not to use an existing plugins would someone give me an example of code on how to send a message have been struggling since a week none of my tries have been successfull This is my last…
Armance
  • 5,350
  • 14
  • 57
  • 80
0
votes
1 answer

How do you get a query set of all models in a Django (1.2) ManyToMany relationship?

I have a Project model which has a pre-requisite attribute which is a ManyToMany field linking to other projects. That is, each project can have 0+ projects that must be completed before it can be completed. class Project(models.Model): title =…
tompreston
  • 630
  • 7
  • 24
1
2