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

Messages Framework in Django

Forms in Django(bound, unbound, clean, is_valid, errors)

Advantages to using URLField() over TextField()