Skip to content

Instantly share code, notes, and snippets.

@isedwards
isedwards / license-badges.md
Created October 2, 2020 13:32 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  

Translations: (No guarantee that the translations are up-to-date)

@isedwards
isedwards / django.py
Last active October 21, 2022 08:10
pyopencdms support for SURFACE CDMS: diff of their original models.py vs our django.py (second revision of gist)
import logging
import time
from datetime import datetime as dt
import pytz
from enum import Enum
from colorfield.fields import ColorField
from django.contrib.auth.models import Group
from django.contrib.gis.db import models
from django.core.validators import MinValueValidator, MaxValueValidator
from django.urls import reverse