Top "Django-1.7" questions

Django 1.7 is the version of the Django framework, released September 2014.

Django: AppRegistryNotReady()

Python: 2.7; Django: 1.7; Mac 10.9.4 I'm following the tutorial of Tango with Django At Chapter 5, the tutorial teaches how to create a …

python django django-1.7
Models.DateField Format issues

I have a model, which has a date field date_of_birth = models.DateField(blank=True, null=True, verbose_name="…

django django-models django-1.7
Cannot import name views

ImportError at / cannot import name views Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 1.7 Exception Type: ImportError Exception Value: cannot …

python django python-2.7 django-views django-1.7
AttributeError while using Django Rest Framework with serializers

I am following a tutorial located here that uses Django Rest Framework, and I keep getting a weird error about …

python django serialization django-rest-framework django-1.7
Django: passing JSON from view to template

In views.py, I have time series data stored in a dictionary as follows: time_series = {"timestamp1": occurrences, "timestamp2": occurrences} …

javascript json django django-1.7 cal-heatmap
Django 1.7 migrations won't recreate a dropped table, why?

Using Django 1.7 migrations. I accidentally dropped a table in my database. I assumed that by running migration again this would …

python django django-1.7
How to downgrade from Django 1.7 to Django 1.6

I started a new project a few months back using Django 1.7. The company has decided to settle on using Django 1.6 …

python django django-1.6 django-1.7
Django 1.7 blank CharField/TextField convention

Using Django's new migration framework, let's say I have the following model that already exists in the database: class TestModel(…

python django django-1.7 django-migrations
How to solve the ImportError: cannot import name simplejson in Django

I'm trying to build a realtime chat app in Django(1.7.1). It seems that I needed to install Redis and ishout.…

python json django django-1.7 simplejson
Django 1.7 app config ImportError: No module named appname.apps

I'm trying to setup a custom application configuration for one of my Django app called 'articles' following the documentation at …

python django django-1.7