djmessenger.management.commands package¶
Submodules¶
djmessenger.management.commands.configure_get_started_button module¶
After configuring djmessenger.settings.DJM_THREAD_SETTINGS_URL
and
djmessenger.settings.DJM_THREAD_ENABLE_GET_STARTED_BUTTON
, call this
management command to actually configure get started button
Bases:
django.core.management.base.BaseCommand
djmessenger.management.commands.configure_greetings module¶
After configuring djmessenger.settings.DJM_THREAD_SETTINGS_URL
and
djmessenger.settings.DJM_THREAD_GREETINGS_TEXT
, call this
management command to actually configure Greetings
djmessenger.management.commands.get_random_endpoint module¶
This management command is to provide a convenient way to get a random string act as the REST endpoint.
You just need to invoke this management command and then copy/paste the string
provided to djmessenger.settings.DJM_ENDPOINT