Django Templates Not Rendering (Only Admin Page Shows)

Problem: My Django project displays only the default admin page when I run the server (python manage.py runserver). None of my custom HTML templates are rendering.

What I've Tried:

  • I've reset the URLs and views in all apps, including the main app.

Expected Behavior:

  • I expect to see my custom HTML pages displayed when the server starts.
Вернуться на верх