mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 09:05: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:
@@ -1,7 +1,7 @@
|
||||
from django.core.validators import email_re
|
||||
|
||||
from pinry.core.models import User
|
||||
from pinry.pins.models import Pin
|
||||
from pinry.core.models import Pin
|
||||
from pinry.users.models import User
|
||||
|
||||
|
||||
class CombinedAuthBackend(object):
|
||||
|
||||
Reference in New Issue
Block a user