kpsul/gestioncof
Martin Pepin b75c639ef6 Merge branch 'tobast/pep8' into 'master'
Tobast/pep8

Modification du code pour le rendre valide PEP8. J'avais beaucoup trop de rouge sur mon écran :D 
Entre autres :
* 80 colonnes
* " = " → "=" pour les paramètres nommés de fonctions
* indentation

De plus, `$ pep8 {.,apache,bda,cof,gestioncof}/*.py` ne renvoie aucune erreur, et `python manage.py runserver` se lance sans raler. Les quelques pages que j'ai chargé au hasard se sont bien portées.

See merge request !57
2016-07-10 00:29:03 +02:00
..
migrations Autorise les demandes de petits cours non traitées 2016-06-17 13:42:12 +02:00
static suppression fonctions inutiles 2016-06-24 16:52:21 +02:00
templates removes changes from Kerl/synchro 2016-07-09 21:23:07 +02:00
templatetags Merge branch 'Aufinal/liste_spectacles' into Aufinal/view_spectacles 2016-06-15 20:36:00 +02:00
__init__.py Initial import 2012-06-27 23:28:35 +02:00
admin.py PEP8: Forgot a few binops 2016-07-09 23:26:02 +01:00
autocomplete.py PEP8: few more changes 2016-07-09 22:59:51 +01:00
autocomplete_light_registry.py PEP8: Enforced other rules, including 80 cols 2016-07-09 21:39:11 +01:00
csv_views.py PEP8: Forgot a few binops 2016-07-09 23:26:02 +01:00
decorators.py PEP8: Enforced other rules, including 80 cols 2016-07-09 21:39:11 +01:00
forms.py PEP8: Forgot a few binops 2016-07-09 23:26:02 +01:00
models.py PEP8: Enforced other rules, including 80 cols 2016-07-09 21:39:11 +01:00
petits_cours_models.py PEP8: Enforced other rules, including 80 cols 2016-07-09 21:39:11 +01:00
petits_cours_views.py PEP8: Forgot a few binops 2016-07-09 23:26:02 +01:00
shared.py PEP8: fixed ' = ' → '=' on parameters 2016-07-09 20:19:37 +01:00
tests.py Initial import 2012-06-27 23:28:35 +02:00
urls.py PEP8: Enforced other rules, including 80 cols 2016-07-09 21:39:11 +01:00
views.py PEP8: few more changes 2016-07-09 22:59:51 +01:00
widgets.py PEP8: Enforced other rules, including 80 cols 2016-07-09 21:39:11 +01:00