
A form tracker web application for CASA of San Luis Obispo. Built with Python and JS.
CASA-Track is a form tracking Django application developed for CASA of San Luis Obispo. Django is a web framework that follows the Model View Template (MVT) architecture. CASA-Track utilizes Django's models, views, URL mapping, templates, forms, and the Jinja template engine to create a dynamic web application.
urls.py file in CASA-Track defines the mapping between URLs and views, allowing the Django controller to route user requests to the appropriate view.CASA-Track is a Django application that uses the Model-View-Template framework to handle web requests, display dynamic HTML templates, and streamline form data. It follows Django's conventions and utilizes the Jinja template engine for rendering templates. CASA-Track is designed to track forms for CASA of San Luis Obispo, providing an efficient solution for managing data in a web application.
