Skip to content

Latest commit

Β 

History

History
55 lines (39 loc) Β· 1.11 KB

File metadata and controls

55 lines (39 loc) Β· 1.11 KB

Python-Django

A Django web application featuring user registration, data display, and modern UI/UX.

Features

  • 🌟 Hello World page with project overview
  • πŸ“ User registration with form validation
  • πŸ‘₯ View registered users (table and card views)
  • 🎨 Custom CSS with gradient design and animations
  • ⚑ JavaScript for interactive features
  • πŸ“± Fully responsive design
  • πŸ” Search functionality
  • 🎯 Admin panel for user management

Quick Start

  1. Install Django

    pip install django
    
  2. Apply Migrations

    python manage.py migrate
    
  3. Run Server

    python manage.py runserver
    
  4. Visit: http://127.0.0.1:8000/

Documentation

See DOCUMENTATION.md for complete setup and usage instructions.

Project Structure

  • myproject/ - Django project settings
  • myapp/ - Main application with models, views, and forms
  • templates/ - HTML templates
  • static/ - CSS and JavaScript files

Technologies

  • Django 6.0
  • SQLite
  • HTML5/CSS3
  • Vanilla JavaScript

License

Open-source for educational purposes.