django

Django admin backend

Create an admin user for the backend When starting a django project an admin backend is created automatically. To hace access to this backend first a superuser has to be created.

Django templates

.html templates in Django & how to inherit layout In Django it is a good practice to inherit layout. Therefor you first need to make a template directory in your app.