Skip to content

Instantly share code, notes, and snippets.

View henri-hulski's full-sized avatar

Henri Hulski henri-hulski

View GitHub Profile
@henri-hulski
henri-hulski / release.md
Last active June 23, 2023 13:02
Release Overmind

Updated packages

package from version to version
betsy 1.0.2 1.0.2-1687524888860
overmind 28.0.2 28.0.3-1687524888860
overmind-devtools 29.0.2 29.0.3-1687524888860
overmind-devtools-client 11.0.2 11.0.3-1687524888860
overmind-devtools-vscode 10.0.2 10.0.3-1687524888860
overmind-graphql 8.0.2 8.0.3-1687524888860
@henri-hulski
henri-hulski / notes.md
Created July 16, 2018 21:46
release-notes Overmind

Updated packages

package from version to version
action-chain null 1.0.0-1531777418421
overmind 0.2.0 1.0.0-1531777418421
overmind-devtools null 1.0.0-1531777418421
proxy-state-tree null 1.0.0-1531777418421
todomvc 0.1.1 1.0.0-1531777418421
[
{
"name": "appMounted",
"executionId": "1514639853293_4103",
"source": "c",
"isExecuting": false,
"datetime": 1514639853293,
"staticTree": {
"name": "Initiate App",
"_functionTreePrimitive": true,
@henri-hulski
henri-hulski / page_processors.py
Last active August 29, 2015 14:10
Cartridge Donation Product
from __future__ import unicode_literals
from django.http import HttpResponseRedirect
from mezzanine.pages.page_processors import processor_for
from cartridge.shop.models import Product
from cartridge.shop.forms import AddProductForm
from .utils import Donation
@processor_for("^product/(?P<slug>.*)$")
def donation_form(request, page):
form = AddProductForm()