Skip to content

Instantly share code, notes, and snippets.

View laymonage's full-sized avatar
👋
looking for friends from around the world, hmu!

sag​e laymonage

👋
looking for friends from around the world, hmu!
View GitHub Profile
@laymonage
laymonage / README.rst
Last active April 8, 2019 14:30 — forked from dupuy/README.rst
Common markup for Markdown and reStructuredText

Table of Contents

GitHub supports several lightweight markup languages for documentation; the most popular ones (generally, not just at GitHub) are Markdown and reStructuredText. Markdown is sometimes considered easier to use, and is often preferred when the purpose is simply to generate HTML. On the other hand, reStructuredText is more extensible and powerful, with native support (not just embedded HTML) for tables, as well as

@laymonage
laymonage / gsoc-2019-django-laymonage-proposal.rst
Last active April 3, 2023 11:46 — forked from chrismedrela/gist:82cbda8d2a78a280a129
Add Cross-DB JSONField and ArrayField: Proposal for Django in Google Summer of Code 2019 by Sage M. Abdullah.

Add Cross-DB JSONField and ArrayField

Proposal for Django in Google Summer of Code 2019 by Sage M. Abdullah.

Abstract

@laymonage
laymonage / .gitlab-ci.yml
Last active October 31, 2018 06:46 — forked from argaghulamahmad/.gitlab-ci.yml
func & unit test gitlab yml config
stages:
- test
- deploy
UnitTest:
image: python:3.6
stage: test
before_script:
- apt-get update -qq && apt-get install -y -qq chromedriver
- pip install -r requirements.txt