-
```
#-*- coding:utf-8 -*-
from utils.tools import rm_list
__author__ = "ivan fedoseev"
from django.utils.datastructures import SortedDict
from django.db import models
from psearch.models import Pro…
-
(https://f.cloud.github.com/assets/1741887/21979/e15c0ad4-49e2-11e2-84d7-9a83689f9958.png)
Steps to reproduce: create a snippet and delete it.
I suspect that the the Response object includes the del…
-
I've got an example application here: https://github.com/lincolnloop/learn-backbone-integration/blob/restframework/todos/todo/
The Todo model has an optional (null=True, blank=True) ForeignKey to Cat…
-
I've included the login view (as part of another urls.py include at "/api/") as described on the django-rest-framework site:
```
url(r'^restframework', include('djangorestframework.urls', namespace='…
-
I assumed that I would be able to pickle the .data from Serializers without an issue, but it is failing on a certain nested Serializer of mine.
This bug has been been really hard to pinpoint what …
-
I recently upgraded to django 1.4 as per client request.
I thought everything was working, but it appears not.
Any url request, spits out the error below:
Error during template rendering
In templa…
ghost updated
12 years ago
-
We might as well include an autocomplete which uses geobytes free api:
http://www.geobytes.com/free-ajax-cities-jsonp-api.htm
Rather than, pre-loading a database with insane amounts of cities/countr…
jpic updated
12 years ago