Added human readable representations of hosting order models to better manage order from the admin interface.

Related ticket:
https://redmine.ungleich.ch/issues/1715
This commit is contained in:
Efstratios Goudelis 2016-05-11 13:02:35 +03:00
commit 849c5a2270
6 changed files with 34 additions and 4 deletions

View file

@ -1,3 +1,4 @@
from django.contrib import admin
from utils.models import BillingAddress
# Register your models here.
admin.site.register(BillingAddress)