Introduction
In this course, you will learn how to quickly get started with Django using the LabEx VM. You will build a basic poll application, set up the database, create the public interface views, process forms and optimize the code, create automated tests, add a stylesheet and an image, and customize Django's admin site.
ðŊ Tasks
In this course, you will learn:
- How to create a basic poll application
- How to set up the database
- How to create the public interface views
- How to process forms and cut down the code
- How to create some automated tests
- How to add a stylesheet and an image
- How to customize Django's admin site
ð Achievements
After completing this course, you will be able to:
- Develop a basic Django web application
- Manage the database and views for a poll application
- Optimize the code and add tests
- Customize the appearance and admin interface of the application