Giter Site home page Giter Site logo

poll-app's Introduction

Django Project Documentation

via https://docs.djangoproject.com/en/1.7/intro/tutorial01/

1. Writing your first Django app, part 1

    1.1. Creating a project
    
        1.1.1. Database setup
        
        1.1.2. The development server
        
    1.2. Creating models
    
    1.3. Activating models
    
    1.4. Playing with the API

via https://docs.djangoproject.com/en/1.7/intro/tutorial02/

2. Writing your first Django app, part 2

    2.1. Creating an admin user
    
    2.2. Start the development server
    
    2.3. Enter the admin site
    
    2.4. Make the poll app modifiable in the admin
    
    2.5. Explore the free admin functionality
    
    2.6. Customize the admin form
    
    2.7. Adding related objects
    
    2.8. Customize the admin change list
    
    2.9. Customize the admin look and feel
    
        2.9.1. Customizing your project’s templates
        
        2.9.2.Customizing your application’s templates
        
    2.10. Customize the admin index page

via https://docs.djangoproject.com/en/1.7/intro/tutorial03/

3. Writing your first Django app, part 3

    3.1. Philosophy
    
    3.2. Write your first view
    
        3.2.1. url() argument: regex
        
        3.2.2. url() argument: view
        
        3.2.3. url() argument: kwargs
        
        3.2.4. url() argument: name
        
    3.3. Writing more views
    
    3.4. Write views that actually do something
    
        3.4.1. A shortcut: render()
        
    3.5. Raising a 404 error
    
        3.5.1. A shortcut: get_object_or_404()
        
    3.6. Use the template system
    
    3.7. Removing hardcoded URLs in templates
            
    3.8. Namespacing URL names

via https://docs.djangoproject.com/en/1.7/intro/tutorial04/

4. Writing your first Django app, part 4

    4.1. Write a simple form
    
    4.2. Use generic views: Less code is better
    
        4.2.1. Amend URLconf
        
        4.2.2. Amend views

via https://docs.djangoproject.com/en/1.7/intro/tutorial05/

5. Writing your first Django app, part 5

    5.1. Introducing automated testing
    
        5.1.1. What are automated tests?
        
        5.1.2. Why you need to create tests
        
    5.2. Basic testing strategies
    
    5.3. Writing our first test
    
        5.3.1. We identify a bug
        
        5.3.2. Create a test to expose the bug
        
        5.3.3. Running tests
        
        5.3.4. Fixing the bug
        
        5.3.5. More comprehensive tests
        
    5.4. Test a view
    
        5.4.1. A test for a view
        
        5.4.2. The Django test client
        
        5.4.3. Improving our view
        
        5.4.4. Testing our new view
        
        5.4.5. Testing the DetailView
        
        5.4.6. Ideas for more tests
        
    5.5. When testing, more is better
    
    5.6. Further testing

via https://docs.djangoproject.com/en/1.7/intro/tutorial06/

6. Writing your first Django app, part 6

    6.1. Customize your app’s look and feel
    
    6.2. Adding a background-image

poll-app's People

Contributors

linhyo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.