Django gives us a robust set of tools for our database and administration of our application. This tutorial provides an introduction to Django models and those tools. We will look at how to create and modify our application database and configure security quickly.
Django Models
Our tour of Django begins with the models and how they make it easy to create a database and maintain them. The definition of a table is relatively easy to learn, and we get a command-line option for migrating changes to our DB. That eliminates one of the common challenges to modern development which is, tracking changes to the database. We can craft build scripts and version control those. However, Django automates those change scripts for us. Deployment becomes much more manageable.
Every Django application includes a powerful administration site. It is easy to use to the point of being an excellent way to provide a data browser for any solution you create. We scratch the service of this tool enough to get you started. However, we will dig deeper into this in future sessions, so stay tuned.
In questa pagina del sito puoi guardare il video online Django Admin Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Develpreneur 06 ottobre 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 46 volte e gli è piaciuto 1 spettatori. Buona visione!