Skip to content

IIEnat/Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Tutorial

This repository follows the official Django 5.2 tutorial on building a reusable app.
Reference: Django Documentation – Reusable Apps Tutorial


📦 Project Overview

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

⚙️ How to Run

Install Django then run

python manage.py migrate
python manage.py runserver

Then access the site on either

About

Tutorial for Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published