Commit Graph

13 Commits

Author SHA1 Message Date
Thomas NOËL 4b3841b32f add grappelli (admin customisation) 2012-05-23 17:24:15 +02:00
Thomas NOËL be9e107365 add settings for document directory 2012-05-19 14:51:17 +02:00
Thomas NOËL 4e06534a42 improve request form
- add delivery and validation steps
- show data on each step

add delivery & validation forms
2012-05-18 19:59:56 +02:00
Thomas NOËL 5c0c86b4e6 add CAS login (with django_cas >= 2.1.1) 2012-05-18 15:10:43 +02:00
Benjamin Dauvergne 026f1e9adf try at implementing a DAG browser
To see the example running look at
http://localhost:8000/entity_selector/.

Do not forget to load all your entities before.
2012-05-18 02:43:53 +02:00
Thomas NOËL 6f082c79fa add sekizay in settings.py 2012-05-16 11:54:54 +02:00
Thomas NOËL f787513343 mptt is really dead 2012-05-14 15:01:16 +02:00
Thomas NOËL c7dbb75003 login/logout logic (sort of) 2012-05-13 17:09:40 +02:00
Thomas NOËL a48de02f57 wizard in bootstrap, via crispy 2012-05-10 17:41:13 +02:00
Thomas NOËL 110fa66566 /request/new wizard draft 2012-05-10 09:48:08 +02:00
Jérôme Schneider f14428727d Split models into files and debugging it 2012-05-09 11:53:11 +02:00
Jérôme Schneider d9ce09a942 Improve model and enable mptt 2012-05-07 16:16:58 +02:00
Jérôme Schneider f1df0c4eb1 Begin Django application
* polynum/base/models.py: A basic model (just a first draft)
 * polynum/base/admin.py: show PrintingProfile and RequestStatus in
 django admin
 * polynum/base/views.py: enable admin
 * setup.py: a quick and dirty setup file
2012-04-24 18:52:01 +02:00