Coder Social home page Coder Social logo

Comments (4)

corpulent avatar corpulent commented on September 25, 2024 1

I think the solution is that hvad is not installed, and aldryn_blog categories depend on django-hvad for translations it seems. https://github.com/kristianoellegaard/django-hvad

pip install django-hvad
and make sure to add it to your setting.py in INSTALLED_APPS

INSTALLED_APPS = (
   ...
    'hvad',
   ...

from aldryn-blog.

corpulent avatar corpulent commented on September 25, 2024

Having the same issue, looks like the template does not exist...
TemplateDoesNotExist at /en-us/admin/aldryn_blog/category/add/ admin/hvad/change_form.html

Im using Django CMS 3.

from aldryn-blog.

growlf avatar growlf commented on September 25, 2024

Had this issue and same solution. I noticed that the docs (README.rst) do not currently seem to list 'hvad' as a requirement in the example settings.py snippet (even though it is correctly required in the setup.py for the package). This should probably be added, to avoid further confusion. I have added it to my fork, but I doubt that a pull request for just this is appropriate.

from aldryn-blog.

czpython avatar czpython commented on September 25, 2024

Fixed by 0b47466. Thanks.

from aldryn-blog.

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.