add Tags, Properties and Categories
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2023-06-22 04:08:52 +02:00
parent 91cd5c57b3
commit 7e1b92a162
10 changed files with 414 additions and 1 deletions

View file

@ -33,5 +33,6 @@ urlpatterns = [
path('auth/', include('authentication.api')),
path('admin/', include('hostadmin.api')),
path('api/', include('toolshed.api.friend')),
path('api/', include('toolshed.api.info')),
path('docs/', schema_view.with_ui('swagger', cache_timeout=0), name='api-docs'),
]