+ All Categories
Home > Technology > Introduction à Pinax

Introduction à Pinax

Date post: 28-Nov-2014
Category:
Upload: david-paccoud
View: 2,389 times
Download: 0 times
Share this document with a friend
Description:
 
18
Introduction à Pinax @davidpaccoud David Paccoud
Transcript
Page 1: Introduction à Pinax

Introduction à Pinax

@davidpaccoud

David Paccoud

Page 2: Introduction à Pinax

HistoriqueCréé par James Tauber Hot Club of FranceTabula Rasa

Pinax0.7 : production0.9 : développement

Page 3: Introduction à Pinax

Opinion Projet

Pinax

Django

Python

Page 4: Introduction à Pinax

Pourquoi utiliser Pinax ?

DRY

Page 5: Introduction à Pinax

Des applications intégrées

8 templates de projets

Page 6: Introduction à Pinax

Au programmeavec Pinax...

Page 7: Introduction à Pinax

Gestion des utilisateurs

Page 8: Introduction à Pinax

Django uni-form

Section 508

Page 9: Introduction à Pinax

Groupes

Page 10: Introduction à Pinax

Gestion des templates

projet -> thème Pinax -> application

Page 11: Introduction à Pinax

Gestion des médias statiques

projet -> thème Pinax -> application

Page 12: Introduction à Pinax

Personnalisations

• CSS• Javascript

• Templates• Application

Page 13: Introduction à Pinax

Installation$ wget http://downloads.pinaxproject.com/Pinax-0.7.1-

bundle.tar.gz$ tar xzf Pinax-0.7.1-bundle.tar.gz$ virtualenv --no-site-packages pinax-env $ cd Pinax-0.7.1-bundle$ python scripts/pinax-boot.py ../pinax-env$ cd ..$ rm -rf Pinax-0.7.1-bundle$ source pinax-env/bin/activate(pinax-env) $ pinax-admin clone_project social_project

mysite(pinax-env) $ cd mysite(pinax-env) $ python manage.py syncdb(pinax-env) $ python manage.py runserver

Page 14: Introduction à Pinax

http://localhost:8000/

Page 15: Introduction à Pinax

Un réseau social

Page 16: Introduction à Pinax

Pour aller plus loin

Pinax Project :http://pinaxproject.com/

Long Pinax Tutorial (James Tauber & Daniel Greenfeld) :http://djangovideos.com/videos/view/pycon-2010a-long-pinax-tutorial/

The Pinax Tutorial (Paolo Corti) :http://www.paolocorti.net/2009/10/03/the-pinax-tutorial-introduction/

Page 17: Introduction à Pinax

CréditsPhotos :http://www.flickr.com/photos/tommarcello/1244488156/

http://www.flickr.com/photos/bastispicks/3392303623/http://www.flickr.com/photos/austinevan/1225274637/http://www.flickr.com/photos/mamangoumande/1374543811/http://www.flickr.com/photos/restlessglobetrotter/2939048319/http://www.flickr.com/photos/61779764@N00/2984978560/http://www.flickr.com/photos/minifig/375779781/http://www.flickr.com/photos/marmotte73/315540548/http://www.flickr.com/photos/urbanrex/3564027543/http://www.flickr.com/photos/imperioloop/3827505120/http://www.flickr.com/photos/estherase/52172823/http://www.flickr.com/photos/mikebaird/2302428315/http://www.flickr.com/photos/daveknapik/4004654937/

Merci à James Tauber et Daniel Greenfeld

Page 18: Introduction à Pinax

Questions

@davidpaccoud

Creative Commons Attribution-Noncommercial-Share Alike


Recommended