DJANGO - A ROBUST WEB FRAMEWORK FOR ROBUST RESULTS

installation-django

Installation Django

Create a virtual environment, install Django, create a project and an app, and finally, you will create a basic view for the project and for the app segment and run the server.

Read more
views-urls-templates-django

Views, urls and templates Django

Create Views, urls, HTML templates, use the function render, and know the Jinja template language, including flow structures, loops, and inheritance. You will work with static files and redirections.

Read more
forms-django

Forms Django

Create Django forms, set attributes, validate forms and upload files to the server.

Read more
models-django

Models Django

Create models for your apps, register the model in the project, and set the database connection.

Read more
backend-section

Backend section

Create the first admin user, manage users and privileges, add entities to the admin CRUD, and manage other features of the backend section.

Read more
send-email-django

Send email Django

Send emails, create HTML templates for emails. 

Read more
security-django

Security

Know settings to become more secure your Django application. 

Read more
crud-django

CRUD application

Create an application that applies all settings shown in the past posts that execute some CRUDs.

Read more
languages-django

Languages

Create an application multilanguage, set an specific language for the backend section.

Read more
restapi-django

RestAPI with Django

Let's create a RestAPI exercise where we connect to a Database, consume other APIs, apply oAuth, and practice with different verbs and HTTP response codes using Django Rest Framework.

Read more
testing-django

Testing

Create tests using PyTest for testing your Django Applications.

Read more
complete-app

Complete App

Create a Complete App where you can apply all concepts and good practices for Django.

Read more
orm

ORM

ORM

Read more