hovel / imagestore

Django gallery solution.
BSD 3-Clause "New" or "Revised" License
164 stars 72 forks source link

Error ImportError: cannot import name 'permalink' #79

Closed irfanpule closed 4 years ago

irfanpule commented 4 years ago
....
  File "/Users/irfanpule/.virtualenvs/btech/lib/python3.6/site-packages/imagestore/models/__init__.py", line 3, in <module>
    from .album import Album
  File "/Users/irfanpule/.virtualenvs/btech/lib/python3.6/site-packages/imagestore/models/album.py", line 5, in <module>
    from .bases.album import BaseAlbum
  File "/Users/irfanpule/.virtualenvs/btech/lib/python3.6/site-packages/imagestore/models/bases/album.py", line 8, in <module>
    from django.db.models import permalink
ImportError: cannot import name 'permalink'

I try to upgrade django 2.1.7, I get this errors. Can you help me?

lampslave commented 4 years ago

Try to install imagestore from git.

irfanpule commented 4 years ago

ok, I Will Try

Pada tanggal Rab, 30 Okt 2019 pukul 03.02 Maksim Iakovlev < notifications@github.com> menulis:

Try to install imagestore from git.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hovel/imagestore/issues/79?email_source=notifications&email_token=ACUOQUG4THSI6J2NQ7ZWENDQRCJGBA5CNFSM4JFVBNHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECR4QXY#issuecomment-547604575, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUOQUAQCEV7KSJKVG26WV3QRCJGBANCNFSM4JFVBNHA .

irfanpule commented 4 years ago

thanks it's work