filmov
tv
206 - Writing a django web app to collect registrations - part 2
![preview_player](https://i.ytimg.com/vi/JSn1CzjyUS0/maxresdefault.jpg)
Показать описание
Our meetup group needed to collect registrations to use our new venue. What better way than write a web application in python using the django framework and then present the process to the meetup group. This will take a series of sessions here, but all the code and instructions are provided and explained.
In part 1 we designed urls to make the app work, built a django web application, and created a data structure for the database, built django templates and borrowed styles from django's built in admin application. In part 2 we will link the templates to generated data, showing template features such as `for` loops and `if` conditionals. The web app will use Google authentication so we don't need to store passwords for every user. This series will also show how to create forms so users can edit their data, explaining the difference between GET and POST requests. It will even explain how to modify the forms in the admin app to make like easier for administrators. The last sessions in the series will show how to deploy in linux your application.
This first video will be a repeat of the in-person meetup session on 10th July 2024. The second video will show the content of the in-person meetup session on 25th Sep 2024.
Instructor:
D Tim Cummings