Skip to content

Instantly share code, notes, and snippets.

@olegkovalov
Created October 23, 2019 11:55
Show Gist options
  • Save olegkovalov/7e18b7130baf3541cfea94a69bb2f986 to your computer and use it in GitHub Desktop.
Save olegkovalov/7e18b7130baf3541cfea94a69bb2f986 to your computer and use it in GitHub Desktop.
INSTALLED_APPS = [
....
# our apps
"django_blog.apps.common.apps.CommonConfig",
"django_blog.apps.account.apps.AccountConfig",
"django_blog.apps.blog.apps.BlogConfig",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment