Content¶
This course helps to deepen your Django knowledge in specific areas. An existing application will be improved with new features such as an RSS feed or a RESTful web service. In addition, we will look at the deployment of a Django project in more depth.
Functional and unit tests
Internationalisation
Database migrations
How to use more than one database
Integration of existing databases
Creation of RSS feeds
Generation of PDF files
Extending the admin
Permissions
AJAX
RESTful web services
Authentication for other services
Caching
Packaging a Django app
Deployment of a Django project