Useful Links
1. Introduction to Django
2. Getting Started
3. Models: The Data Layer
4. Views: The Logic Layer
5. Templates: The Presentation Layer
6. URL Routing
7. Forms
8. The Django Admin
9. Static and Media Files
10. Authentication and Authorization
11. Testing
12. Security
13. Advanced Topics
14. Deployment
15. Extending Django
  1. Computer Science
  2. Web Development

Django Framework

1. Introduction to Django
2. Getting Started
3. Models: The Data Layer
4. Views: The Logic Layer
5. Templates: The Presentation Layer
6. URL Routing
7. Forms
8. The Django Admin
9. Static and Media Files
10. Authentication and Authorization
11. Testing
12. Security
13. Advanced Topics
14. Deployment
15. Extending Django
  1. The Django Admin
    1. Activating the Admin Site
      1. Adding to `INSTALLED_APPS`
        1. Including Admin URLs
          1. Admin Site Configuration
          2. Creating a Superuser
            1. Using `createsuperuser`
              1. Managing Superuser Accounts
                1. Changing Passwords
                2. Registering Models
                  1. Basic Model Registration
                    1. Unregistering Models
                      1. Registration Decorators
                      2. Customizing the Admin
                        1. The `ModelAdmin` Class
                          1. Customizing List Display (`list_display`)
                            1. Field Names
                              1. Model Methods
                                1. Admin Methods
                                2. Adding Filters (`list_filter`)
                                  1. Field Filters
                                    1. Custom Filters
                                    2. Adding Search Fields (`search_fields`)
                                      1. Search Behavior
                                        1. Related Field Searches
                                        2. Organizing Fields (`fieldsets`, `fields`)
                                          1. Fieldset Structure
                                            1. Collapsible Fieldsets
                                            2. Inline Model Administration (`inlines`)
                                              1. `TabularInline`
                                                1. `StackedInline`
                                                  1. Inline Options
                                                  2. Custom Actions
                                                    1. Writing Action Functions
                                                      1. Registering Actions
                                                        1. Action Permissions
                                                        2. Read-Only Fields
                                                          1. Overriding Admin Methods
                                                            1. `save_model()`
                                                              1. `delete_model()`
                                                                1. `get_queryset()`
                                                                  1. `get_form()`
                                                              2. Admin Site Customization
                                                                1. Custom Admin Templates
                                                                  1. Admin Site Branding
                                                                    1. Multiple Admin Sites
                                                                      1. Admin Documentation
                                                                      2. Permissions in Admin
                                                                        1. Model Permissions
                                                                          1. Custom Permissions
                                                                            1. User and Group Management

                                                                          Previous

                                                                          7. Forms

                                                                          Go to top

                                                                          Next

                                                                          9. Static and Media Files

                                                                          © 2025 Useful Links. All rights reserved.

                                                                          About•Bluesky•X.com