Skip to content

Instantly share code, notes, and snippets.

@mgd020
Created July 26, 2016 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgd020/375d75a0a180c32cd035a70d2166e738 to your computer and use it in GitHub Desktop.
Save mgd020/375d75a0a180c32cd035a70d2166e738 to your computer and use it in GitHub Desktop.
movable django app template
default_app_config = __name__ + '.apps.MyAppConfig'
from django.apps import AppConfig
class MyAppConfig(AppConfig):
name = __name__.rsplit('.', 1)[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment