Coder Social home page Coder Social logo

Comments (6)

pcicman avatar pcicman commented on May 1, 2024

Right, will come soon...

from django-cms.

digi604 avatar digi604 commented on May 1, 2024

timed publishing pages have a problem too

from django-cms.

pcicman avatar pcicman commented on May 1, 2024

comes in my trunk, timed published pages just not possible (expensive)

Proposal: we should avoid using apphooks with timed pages.

from django-cms.

digi604 avatar digi604 commented on May 1, 2024

i don't think that they are that expensive.
is there a possibility to switch off some apphooks based on the current language? So we don't have to write different urls.py for all the languages... maybe even with the namespace feature

from django-cms.

pcicman avatar pcicman commented on May 1, 2024

have to check namespaces first...

i'm not willing to make the timed pages apphook integration, this will just lead to problems

possible scenario (!!on every request!!) will be:

1.) get all published (timed included) pages
2.) compare them with latest state
3.) if changed, clean urlresolvers._resolver_cache, this means all the urls must be recompiled. Currently there isn't any workaround for this, it is just the way how django resolvers works - patterns are cache globaly on module level.

from django-cms.

digi604 avatar digi604 commented on May 1, 2024

closed

from django-cms.

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.