Questions tagged [django-1.4]

Django 1.4 is a version of the Django framework, released in March 2012, with enhanced time zones support and various other improvements. Please only use this tag if your question relates specifically to this version.

Django 1.4 is a version of the Django framework, released in March 2012, with enhanced time zones support and various other improvements. Please only use this tag if your question relates specifically to this version.

See the release notes for more details.

227 questions
0
votes
1 answer

Running Satchmo Store

Python2.7 , Django1.4 Browser: A server error occurred. Please contact the administrator. Server Error: File "/home/edinteri/public_html/old/boxdecor/admin.py", line 6, in from edinteriores.boxdecor.models import Boxdecor,…
Silence
  • 11
  • 6
-1
votes
1 answer

I getting a 'Reverse for 'views.mainPage' with arguments '()' and keyword arguments '{}' not found.'

I getting a 'Reverse for 'views.mainPage' with arguments '()' and keyword arguments '{}' not found.' mainPage method in /django_crm/crm/views.py @login_required def mainPage(request): variables = RequestContext(request, { 'user':…
chobo
  • 4,830
  • 5
  • 23
  • 36
1 2 3
15
16