cleanup in profiles/

This commit is contained in:
Stephan Telling 2018-03-04 15:50:05 +01:00
parent f9ba48ddfb
commit aac89c0a9c
2 changed files with 1 additions and 3 deletions

View File

@ -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']

View File

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.