mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 16:45:41 +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,8 +4,8 @@ from tastypie.exceptions import Unauthorized
|
||||
from tastypie.resources import ModelResource
|
||||
from django_images.models import Thumbnail
|
||||
|
||||
from pinry.core.models import User
|
||||
from pinry.pins.models import Image, Pin
|
||||
from .models import Pin, Image
|
||||
from ..users.models import User
|
||||
|
||||
|
||||
class PinryAuthorization(DjangoAuthorization):
|
||||
|
||||
Reference in New Issue
Block a user