This repository follows the official Django 5.2 tutorial on building a reusable app.
Reference: Django Documentation – Reusable Apps Tutorial
This project is based on the classic Polls example from the Django tutorial. It demonstrates how to:
- Create Django apps (
polls) - Use models, views, and templates
- Configure admin and URL routing
- Package an app for reuse
Install Django then run
python manage.py migrate
python manage.py runserver
Then access the site on either