ruggeri / ninety_nine_cats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

  • How to setup Postgres?
  • Django Rest Framework.
  • Templates
    • Reduce repetition of loading templates and everything.
  • How are form errors handled?
  • Generic views: how are new or create views handled. That wasn't explained.
  • Must learn about validators!
    • Clean vs validate vs check. They're all Field methods?
    • How to add custom DB constraints?
  • How are files/images handled?
  • I feel like I'm still a little hazy on 'through' relations.
  • And I don't really know how model validation is done.
  • And I don't know how to do constraints.
  • Nested queries?

Tutorials and More Documentation

Model Docs

Topic Guides

How-to Guides

API Reference

https://docs.djangoproject.com/en/3.1/ref/validators/ https://docs.djangoproject.com/en/3.1/ref/databases/ https://docs.djangoproject.com/en/3.1/ref/schema-editor/ https://docs.djangoproject.com/en/3.1/ref/signals/

https://docs.djangoproject.com/en/3.1/ref/applications/ https://docs.djangoproject.com/en/3.1/ref/checks/ https://docs.djangoproject.com/en/3.1/ref/clickjacking/ https://docs.djangoproject.com/en/3.1/ref/contrib/ https://docs.djangoproject.com/en/3.1/ref/csrf/ https://docs.djangoproject.com/en/3.1/ref/exceptions/ https://docs.djangoproject.com/en/3.1/ref/files/ https://docs.djangoproject.com/en/3.1/ref/forms/ https://docs.djangoproject.com/en/3.1/ref/middleware/ https://docs.djangoproject.com/en/3.1/ref/migration-operations/ https://docs.djangoproject.com/en/3.1/ref/paginator/ https://docs.djangoproject.com/en/3.1/ref/request-response/ https://docs.djangoproject.com/en/3.1/ref/settings/ https://docs.djangoproject.com/en/3.1/ref/templates/ https://docs.djangoproject.com/en/3.1/ref/template-response/ https://docs.djangoproject.com/en/3.1/ref/unicode/ https://docs.djangoproject.com/en/3.1/ref/urlresolvers/ https://docs.djangoproject.com/en/3.1/ref/urls/ https://docs.djangoproject.com/en/3.1/ref/utils/ https://docs.djangoproject.com/en/3.1/ref/views/

Other

https://github.com/jazzband/django-debug-toolbar/

About


Languages

Language:Python 97.0%Language:HTML 2.9%Language:CSS 0.1%