Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminURLs ¶
type AdminURLs struct {
// The URL for the admin site.
AdminSite string
// AppName is the name of the app the model belongs to.
AppName string
// The URL for the list/group name view of the model.
GroupPart string
// The URL for the create view of the model.
Create string
// The URL for the detail view of the model.
Detail string
// The URL for the delete view of the model.
Delete string
}
This URL is not usable, and is used to generate the actual absolute URL of the model.
Click to show internal directories.
Click to hide internal directories.