Note

This is a public alpha release, and therefore features and functionality may change and the software and documentation may contain technical bugs or other issues. If you discover any issues please consider registering a GitHub issue.

applications.admin module

class applications.admin.ApplicationAdmin(model, admin_site)[source]

Bases: django.contrib.admin.options.ModelAdmin

has_change_permission(request, obj=None) → bool[source]

Does the user have permission to change this object?

has_delete_permission(request, obj=None) → bool[source]

Does the user have permission to delete this object?

media
readonly_fields = ['owner']
save_model(request, obj, form, change)[source]

Set missing fields when model is saved.