• Jorn van Dijk, 8 years ago

    We made cactusformac.com a while ago and still use it for framerjs.com

    0 points
    • Evan KnightEvan Knight, 8 years ago (edited 8 years ago )

      I've really enjoyed using Cactus, but worried there won't be any more support for it since you guys are making Framer so awesome :) Do you have any plans to make updates?

      One small thing I've had trouble with is that paths get exported as "/static" instead of "../static" when I use:

      <link rel="stylesheet" href="{% static '/css/style.css' %}>

      <a href="{% url '/careers' %}">Careers</a>

      Should I just not use Django for static and url paths?

      0 points