In this tutorial we look at how we can create web apps using the Django framework. We go through alot of different topics in this tutorial. Some of them i’ll list now.
- Installation of Django
- Creating a project
- Creating an App
- Starting with hello world
- Routing and Views
- Rendering HTML templates
- Getting POST data from the request object
- Working with external assets like css files
- Working with the database
- Saving data to database using forms and models
- Authentication and Access Control
So in this tutorial we cover all these topics and much more. Check out the tutorial here.