Skip to content

Instantly share code, notes, and snippets.

View SuperSuperDev's full-sized avatar
🎯
Focusing

Steven Saunders SuperSuperDev

🎯
Focusing
View GitHub Profile
@SuperSuperDev
SuperSuperDev / wagtail-import-data.md
Created October 5, 2021 22:17 — forked from tomdyson/wagtail-import-data.md
Create 35k Wagtail pages of Wikipedia film plots

Create Wagtail pages programmatically

This short recipe demonstrates how to create Wagtail pages programmatically. It may also be useful for testing Wagtail development against a reasonable volume of page data (about 35,000 film plots, from English Wikipedia).

Instructions

In a virtualenv:

@SuperSuperDev
SuperSuperDev / 0_reuse_code.js
Last active August 29, 2015 14:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console