Re: Django Admin templates not being overwritten by app templates

2019-11-10 Thread Alexander Beach
PM UTC-5, 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 > │ ├

Django Admin templates not being overwritten by app templates

2019-11-10 Thread Alexander Beach
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 │