Create Model, Superuser and Admin - Django And React JS Blog
#Python #Learn #beginners #fullcourse #Project #tutorial #Django #ReactJS #blog
In this session we are going to create a model, superuser and being able to login on Django admin dashboard.
Key definitions used
1. A model is the single, definitive source of information about your data. It contains the essential fields and behaviors of the data you're storing. Generally, each model maps to a single database table.
2. Superuser is a Django user who manage the whole application and can login on Admin dashboard.
3. Django is a free and open-source, Python-based web framework that follows the model–template–views architectural pattern.
4. React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.