#23016 closed Cleanup/optimization (fixed)
Review FAQs
Reported by: | Aymeric Augustin | Owned by: | Ola Sitarska |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
docs/faq/*.txt haven't been reviewed in years. An update would be welcome.
A few random examples:
- jinja2 is a better example of an alternative language than ZPT
- it's probably worth saying something about NoSQL
- Instagram and Pinterest are better examples of scaling Django than World Online (sorry)
- we no longer reject the idea of depending on external libraries
- etc.
We should remove the questions that don't appear to be common problems these days, update answers when the consensus has shifted a bit over the years, and add question commonly asked on #django or django-users. (Since I'm not following these media, I don't know what questions get asked time and again.)
Change History (5)
comment:1 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 10 years ago
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I did three improvements suggested here by Aymeric. https://github.com/django/django/pull/3044
I didn't touch question about depending on external libraries, because I don't have the full knowledge about this.
I also think that answer about hosting that links to a very outdated wiki page should be either removed or linked to much better mantained Django Friendly.