d9pouces / Moneta

Web application emulating different kinds of package repositories
http://moneta.readthedocs.org/en/latest/index.html
Other
5 stars 3 forks source link

import ... properties and django >= 1.8 #3

Closed 94d90b08-c4ef-416c-bf7b-b6c5b7275e6a closed 7 years ago

94d90b08-c4ef-416c-bf7b-b6c5b7275e6a commented 7 years ago

Step-by-step installation fails on command moneta-manage config on file lib/python3.4/site-packages/moneta/repositories/base.py because import ... patterns is deprecated for django 1.8 and excluded (syntax changed) in 1.10. To fix it i roll back to 1.8 and all works fine.

d9pouces commented 7 years ago

Future version will work with Django 1.10 :)