Code Monkey home page Code Monkey logo

Comments (2)

octobertech avatar octobertech commented on September 25, 2024

Oh, no - "SEARCH_MODEL_CHOICES = ('drum.links.Link')" (in my case ('app_name.Link')) in the default settings.py raises an "one more choice" error when trying to search, and when you add another choice it stops rasing error but says "No results were found in Links matching your query" even if such objects do exist. It can't find anything similarly with the "{% search_form "app_name.Link" %}" in the template. Can't figure out why Drum's demo at http://drum.jupo.org/ hasn't such problem...

Seems to figured it out - first I 'createdb' with the default configuration and only then when I moved drum.links to my own app in the local dir, adjusted configs and 'syncdb' it still worked with old links_Link db schema while I tried to search in the new. I also forgot to adjust views.py and other files...

from drum.

stephenmcd avatar stephenmcd commented on September 25, 2024

Thanks for the report.

The demo site is using an older Mezzanine version that didn't require the setting.

As for customization, the Mezzanine mailing list would be a great place to ask that.

from drum.

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.