Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(0) | Import(2)
src/o/p/OpenEats-HEAD/contrib/api/api.py OpenEats(Download)
from tastypie.resources import ModelResource from tastypie import fields from tastypie.authorization import DjangoAuthorization from tastypie.authentication import BasicAuthentication from list.models import GroceryList, GroceryItem,GroceryAisle
src/o/p/OpenEats-HEAD/list/tests.py OpenEats(Download)
from django.test import TestCase from django.core.urlresolvers import reverse from list.models import GroceryList,GroceryShared from django.contrib.auth.models import User from recipe.models import Recipe