You need to reorder the app list in INSTALLED_APP setting, so
`django.contrib.admin` is located lower than your app`.
On Mon, Nov 11, 2019 at 3:49 AM Alexander Beach wrote:
> I am trying to create registration forms using Django's built in auth
> forms. However, when using the Django admin, the
This behavior seems counter intuitive, and contrary to what the
documentation says
For example: my settings.py file is as follows:
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'APP_DIRS': True,
'OPTIONS': {
On 11/11/2019 7:02 am, Alexander Beach wrote:
I am trying to create registration forms using Django's built in auth
forms. However, when using the Django admin, the Django admin
templates are always being used.
My application structure is as follows:
|
├──bug
│├──__init__.py
│├──__pycache__
I am trying to create registration forms using Django's built in auth
forms. However, when using the Django admin, the Django admin templates
are always being used.
My application structure is as follows:
├── bug
│ ├── __init__.py
│ ├── __pycache__
│ ├── settings.py
│ ├── urls.py
│ └
4 matches
Mail list logo