mirror of
https://github.com/pinry/pinry.git
synced 2025-11-15 09:25:50 +01:00
A general project refactor
Removed pins django app, and moved code to the core. Moved user related code out of core to the users app.
This commit is contained in:
@@ -4,11 +4,11 @@ from django.conf import settings
|
||||
from django.test.client import Client
|
||||
|
||||
from django_images.models import Thumbnail
|
||||
|
||||
from taggit.models import Tag
|
||||
from tastypie.test import ResourceTestCase
|
||||
|
||||
from ..pins.models import User, Pin, Image
|
||||
from .models import Pin, Image
|
||||
from ..users.models import User
|
||||
|
||||
|
||||
def filter_generator_for(size):
|
||||
|
||||
Reference in New Issue
Block a user