Skip to content

Instantly share code, notes, and snippets.

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
class RemoveSpeciesUdfs(migrations.RemoveField):
@RobinIsTheBird
RobinIsTheBird / index.html
Created November 17, 2014 00:49
CSS target toggle without scroll disruption
<html>
<head>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
min-height: 100%;
max-height: 100%;
overflow: hidden;