AiC and REST login
[myslice.git] / README.django-1.7
1 Thierry Parmentelat <thierry.parmentelat@inria.fr>
2
3 As of March 31 2015, the code should be mostly ready for django-1.7,
4 with the following restrictions
5
6 * migrations : django-1.7 comes with its own native migrations system
7   and so south is not needed/recommended any longer. So for now we have a
8   version of such native migrations that does a one-shot setup of a db
9   schema but this is stored in
10
11   portal/native_migrations
12
13   instead of the standard location
14
15   portal/migrations
16
17   because this one is still expected to hold south code with earlier djangos
18   You might need to rename native_migrations/ into migrations/ before
19   running manage.py migrate in the first place
20
21 * testing quite a few issues related to 1.7 have been addressed but it
22   would be presomptuous to state that things were tested very
23   thoroughly, far from that.
24
25   So please use with care and let meknow of any additional issues
26
27
28
29   
30