Phase in admin, remove uuid from bills

This commit is contained in:
Nico Schottelius 2020-06-21 13:46:54 +02:00
commit 8decfe1b16
6 changed files with 246 additions and 117 deletions

View file

@ -86,4 +86,5 @@ urlpatterns = [
description="uncloud API",
version="1.0.0"
), name='openapi-schema'),
path('admin/', admin.site.urls),
]