Différences entre les versions de « Genida technical information »

De
Aller à la navigation Aller à la recherche
(Tests de formattage (dommage que ce soit pas du markdown comme sur github) + ajout début tableau django packages)
Ligne 2 : Ligne 2 :
  
 
== The Django Framework ==
 
== The Django Framework ==
 +
 +
== Django packages ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
! Name !! Package !! Repo !! Documentation !! Chosen for !! Previous choice(s)
 +
|-
 +
| django-simple-captcha || Djangopackages [https://www.djangopackages.com/packages/p/django-simple-captcha/ page], [https://www.djangopackages.com/grids/g/captcha/ grid] || [https://github.com/mbi/django-simple-captcha GitHub] || [https://readthedocs.org/projects/django-simple-captcha/ ReadTheDocs] || <ul><li>The simplest captcha app for Django, yet customizable, very easy to use.</li></ul> ||
 +
|-
 +
| django-suit || Djangopackages [https://www.djangopackages.com/packages/p/django-suit/ page], [https://www.djangopackages.com/grids/g/admin-interface/ grid] || [https://github.com/darklow/django-suit GitHub] || [https://readthedocs.org/projects/django-suit/ ReadTheDocs] || <ul><li>Customizable interface (tabs, apps, icons)</li><li>Inline sortables (lists of database objects can be reordered with arrows)</li><li>Beautiful design</li></ul> || <ul><li>Django-Admin-Bootstrapped. '''Reason for switching:''' takes too much space on screen, so much less functionnality than Django-Suit</li><li>Django basic admin interface. '''Reason for switching:''' wanted a design corresponding to the website one (using Twitter Bootstrap)</li></ul>
 +
|}
  
 
== Documentation ==
 
== Documentation ==
  
 
* Docstring
 
* Docstring

Version du 19 novembre 2014 à 16:45

Development with Python

The Django Framework

Django packages

Name Package Repo Documentation Chosen for Previous choice(s)
django-simple-captcha Djangopackages page, grid GitHub ReadTheDocs
  • The simplest captcha app for Django, yet customizable, very easy to use.
django-suit Djangopackages page, grid GitHub ReadTheDocs
  • Customizable interface (tabs, apps, icons)
  • Inline sortables (lists of database objects can be reordered with arrows)
  • Beautiful design
  • Django-Admin-Bootstrapped. Reason for switching: takes too much space on screen, so much less functionnality than Django-Suit
  • Django basic admin interface. Reason for switching: wanted a design corresponding to the website one (using Twitter Bootstrap)

Documentation

  • Docstring