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. Static and Media Files
    1. Managing Static Files (CSS, JS, Images)
      1. Configuring `STATIC_URL`
        1. Configuring `STATIC_ROOT`
          1. Configuring `STATICFILES_DIRS`
            1. The `staticfiles` App
              1. Organizing Static Files in Apps
                1. Using `{% static %}` in Templates
                  1. The `collectstatic` Command
                    1. Serving Static Files in Development
                      1. Static File Finders
                        1. Static File Storage
                        2. Handling User-Uploaded Media Files
                          1. Configuring `MEDIA_URL`
                            1. Configuring `MEDIA_ROOT`
                              1. Uploading Files via Models and Forms
                                1. File and Image Fields
                                  1. Serving Media Files in Development
                                    1. File Storage Backends
                                      1. Custom Storage Classes
                                      2. File Handling
                                        1. File Uploads
                                          1. File Validation
                                            1. File Processing
                                              1. File Security

                                            Previous

                                            8. The Django Admin

                                            Go to top

                                            Next

                                            10. Authentication and Authorization

                                            © 2025 Useful Links. All rights reserved.

                                            About•Bluesky•X.com