Pinned Loading
-
Some useful aliases to use when deve...
Some useful aliases to use when developing locally with pydanny/django-cookiecutter 1# using --user=`id -u`:`id -g` to avoid file permission issues after creating migrations, dumpdata, etc.2alias djman="docker-compose -f local.yml run --run --user=`id -u`:`id -g` django python manage.py"
3alias djshell="docker-compose -f local.yml run --rm --user=`id -u`:`id -g` django python manage.py shell_plus"
4alias djmkmi="docker-compose -f local.yml run --rm --user=`id -u`:`id -g` django python manage.py makemigrations"
5alias djmig="docker-compose -f local.yml run --rm --user=`id -u`:`id -g` django python manage.py migrate"
-
Simplest RPG game deployable on Remi...
Simplest RPG game deployable on Remix - Solidity IDE (https://remix.ethereum.org) 1pragma solidity ^0.4.18;
23// import './SafeMath.sol';45import 'github.com/OpenZeppelin/zeppelin-solidity/contracts/math/SafeMath.sol';
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

