Help

This is the app which handles the public upload of images.

Apps

class lunes_cms.help.apps.HelpConfig(app_name, app_module)

Bases: AppConfig

Application settings for the help app, which is the app providing the public upload. Inherits from AppConfig.

name = 'lunes_cms.help'
verbose_name = 'help'

Urls

Map paths to view functions. Defines custom schema views and a router that handles the url patterns described in the README.md file

lunes_cms.help.urls.urlpatterns = [<URLPattern 'public_upload' [name='public_upload']>]

The url patterns of this module (see URL dispatcher)

[<URLPattern 'public_upload' [name='public_upload']>]