cleanup in profiles/
This commit is contained in:
parent
f9ba48ddfb
commit
aac89c0a9c
|
@ -1,6 +1,7 @@
|
|||
from django.contrib import admin
|
||||
from .models import Profile
|
||||
|
||||
|
||||
@admin.register(Profile)
|
||||
class OrderAdmin(admin.ModelAdmin):
|
||||
actions = ['approve_public_credit_names']
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
Loading…
Reference in a new issue