Code Monkey home page Code Monkey logo

Comments (7)

barseghyanartur avatar barseghyanartur commented on July 20, 2024 13

Use django-autoslug-iplweb (drop-in replacement):

PyPI
GitHub

from django-autoslug.

jackton1 avatar jackton1 commented on July 20, 2024 1

The package isn't updated to support Django 2.0

try:
  from django.core.urlresolvers import get_callable
except ModuleNotFoundError:
  from django.urls import get_callable

from django-autoslug.

marcosschroh avatar marcosschroh commented on July 20, 2024 1

I am getting the same error with django 2.0.5

from django-autoslug.

iMerica avatar iMerica commented on July 20, 2024 1

Using django-autoslug-iplweb==1.9.4 with Python 3.6.6 + Django 2.1.1 worked for me. Thanks @barseghyanartur.

from django-autoslug.

dilrajsachdev avatar dilrajsachdev commented on July 20, 2024

This is with Django 2.0, change 'django.core.urlresolvers' to 'django.urls'

from django-autoslug.

sandeepbalagopal09 avatar sandeepbalagopal09 commented on July 20, 2024

Please release the master branch.

from django-autoslug.

justinmayer avatar justinmayer commented on July 20, 2024

django-autoslug v1.9.4, which should now support Django 1.10, 1.11, and 2.0+, has been released and published to PyPI. The documentation will be updated once ownership of the corresponding ReadTheDocs project has been transferred. (Link to transfer request)

Thanks to everyone for your patience! ๐ŸŽ‰

from django-autoslug.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.