TODOs

Make the text###### normal once the point is done -- mention in which chapter you have added the point

  1. django framework and folder structure introduction
  2. control flow sequence during request and response
  3. pagination
  4. serialization -- json.loads(), json.dumps() serialization
  5. HTML template load staticfiles, for loop, if else, verbatim
  6. master layout, child template
  7. model forms -- documentation is not made yet
    1. django form for one model
    2. django form for two models
    3. form validations
    4. error messages
  8. ORM queries
    1. orderby
    2. filter, get, all
    3. all operators for string fields eg. contains, starts_with etc
    4. all other operators
    5. groupby
    6. Q
  9. django contrib humanize humanize reference link
  10. django sitemap framework django sitemap ref link
  11. Django caching memcached, dummy caching(for development), Template Fragment Caching, The Per-View Cache [caching link] [another caching link]
  12. How to serialize model instances -- restrict certian model fields during serialization
  13. Fill DB from CSV
    1. CSV contains data from single model
    2. CSV contaings data from two models -- transaction_atomic concept
  14. GZipMiddleware
  15. Writing own middlewares
  16. writing own decorators -- decorator for jsonp support
  17. Using different databases [testing, live]
  18. types of view return methods
    1. return json response
    2. return jsonp response
    3. return download/csv response
    4. return html page response with dynamic data -- login required decorator for secure page remplates
    5. redirect
    6. send email -- exercise welcome email on user registration
      1. on same thread
      2. on different thread
      3. use queuing system
      4. third party email system integration
    7. send SMS
  19. basic python functions -- useful snippets
  20. cronjob
  21. celery
  22. File Image upload
  23. Export PDF
  24. model choice field example

results matching ""

    No results matching ""