Hello everyone,

thanks for reading.

I'm new to DRF. Have read the tutorial and API guide, just finished an API 
and documenting the API followed 'Built-in API documentation' in 
<http://www.django-rest-framework.org/topics/documenting-your-api/>, and 
Django caught exception like:

```
[DEBUG] [django.template] [Exception while resolving variable 
'schema_format' in template 'rest_framework/docs/index.html'.]
Traceback (most recent call last):
  File "/home/tops/lib/python2.7/site-packages/django/template/base.py", 
line 903, in _resolve_lookup
    (bit, current))  # missing attribute
VariableDoesNotExist: Failed lookup for key [schema_format] in u"[snip]"

[DEBUG] [django.template] [Exception while resolving variable 'loop' in 
template 'rest_framework/docs/index.html'.]
Traceback (most recent call last):
  File "/home/tops/lib/python2.7/site-packages/django/template/base.py", 
line 903, in _resolve_lookup
    (bit, current))  # missing attribute
VariableDoesNotExist: Failed lookup for key [loop] in u'[snip]'
```

I've googled, searched all around, dug the source code with these two 
keywords, didn't find any clue.

Thanks in advance for any help :) 

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to