Is there a preferred naming convention for creating a Django app consisting of more than one word? For instance, which of the following is preferred?
my_
some good examples
in simple terms, app_name should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. also should have a short name and it can be a plural and singular name
app_name