Working on Ubuntu 18.04 LTS and Win 10
Create SSH key in your machine:
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Working on Ubuntu 18.04 LTS and Win 10
Create SSH key in your machine:
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
from django.contrib.auth.base_user import AbstractBaseUser | |
from django.contrib.auth.models import PermissionsMixin | |
from django.db import models | |
from django.utils.translation import ugettext_lazy as _ | |
class Account(AbstractBaseUser, PermissionsMixin): | |
email = models.EmailField(unique=True, null=True) | |
is_staff = models.BooleanField( | |
_('staff status'), |
git push -f <remote> <branch>
git push -f origin master
#! /usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import datetime | |
from mock import patch | |
from django.test import TestCase | |
from django.utils import timezone | |
class DatesTestCase(TestCase): |
To remove a submodule you need to:
People
![]() :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: |