Inspiration http://fxp0.org.ua/2007/jan/31/setup-libpam-mysql-libnss-mysql-bg-django-admin/ Nécessite Django 1.0 ==================== * Ubuntu Hardy : prendre le .deb de Intrepid (http://packages.ubuntu.com/intrepid/python-django) * Debian Etch : python-django dans backports.org * Debian Lenny, Ubuntu Intrepid : aptitude install python-django Mise en place ============= $ cd bases $ ./manage.py syncdb Creating table auth_permission (...) You just installed Django's auth system, which means you don't have any superusers defined. Would you like to create one now? (yes/no): yes Username (Leave blank to use 'thomas'): admin E-mail address: nobody@nowhere.com Password: admin Password (again): admin Superuser created successfully. (...) Installing index for nssauth.User model $ manage.py runserver et aller sur http://localhost:8080/admin/ TODO pour continuer à s'amuser ============================== * customizer un peu l'admin form * faire des vues * prog outils en ligne de commande * quelques formulaires (newform)