Skip to content

Instantly share code, notes, and snippets.

View vieirafrancisco's full-sized avatar
๐Ÿ 
Working from home

Francisco vieirafrancisco

๐Ÿ 
Working from home
View GitHub Profile
@vieirafrancisco
vieirafrancisco / Makefile
Last active April 25, 2023 16:39
Makefile django projects
run:
@echo "> ๐Ÿš€ Starting server"
poetry run python manage.py runserver
build:
@echo "> ๐Ÿ’ป Run migrations"
poetry run python manage.py migrate
@echo "> ๐Ÿ’ป Run collectstatic"
poetry run python manage.py collectstatic --no-input
https://transfer.sh/
{
"flake8.args": [
"--line-length",
"79"
],
"black-formatter.args": [
"--skip-string-normalization",
"--line-length",
"79"
],

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@vieirafrancisco
vieirafrancisco / gist:196e4d9e9a113bba8ff7fb5a38978483
Created October 27, 2020 17:42 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.