mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Update Django ADR based on feedback
This commit is contained in:
parent
80bebda052
commit
5d1c5b86c5
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@ Accepted
|
|||
|
||||
## Context
|
||||
|
||||
The [Federal Audit Clearinghouse](https://github.com/GSA-TTS/FAC) project is a similar project to ours, from which we are taking many examples for reuse. FAC uses Django.
|
||||
|
||||
Django is a web framework based on Python that has been in active development since 2005.
|
||||
|
||||
It follows a very standard MVC architecture (made popular by Ruby on Rails), although in Django parlance, a “view” is a controller (whereas the views are “templates”).
|
||||
|
||||
It comes with a robust object relational mapper for database access and includes a built-in admin interface suitable for simple use cases.
|
||||
|
||||
The [Federal Audit Clearinghouse](https://github.com/GSA-TTS/FAC) project is a similar project to ours, from which we are taking many examples for reuse. FAC uses Django.
|
||||
|
||||
Numerous other web frameworks exist in many languages, such as Ruby, PHP, Perl, Go, Elixir, etc. Other web frameworks exist in Python, such as Twisted and Flask.
|
||||
|
||||
## Decision
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue