AppConfig.module in Django

AppConfig.module: This is the root module for the application.

    Ex:- <module 'django.contrib.admin' from 'django/contrib/admin/__init__.py'>.

Comments

Popular posts from this blog

Internationalization (Language Setting) in Django

reverse_lazy() Method in Django

CharFilter in Django