Skip to content
View d-kahara's full-sized avatar
:octocat:
Talk is cheap, show me the code πŸ™‚
:octocat:
Talk is cheap, show me the code πŸ™‚
  • SIEAL
  • Nairobi, Kenya
Block or Report

Block or report d-kahara

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. devopsbookmarks.com devopsbookmarks.com Public

    Forked from devopsbookmarks/devopsbookmarks.com

    Website of devopsbookmarks.com

    HTML

  2. This Gist showcases a unit test in D... This Gist showcases a unit test in Django
    1
    """
    2
    Gist handles testting a user model
    3
    using django
    4
    """
    5
    from django.test import TestCase 
  3. Extend Django's management createsup... Extend Django's management createsuperuser command to allow non-interactive creation of a superuser with a password.
    1
    """
    2
    Extend createsuperuser command to allow non-interactive creation of a
    3
    superuser with a password.
    4
    5
    Instructions:
  4. update_vscode.sh update_vscode.sh
    1
    #!/bin/bash
    2
    
                  
    3
    wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
    4
    sudo dpkg -i /tmp/code_latest_amd64.deb
  5. PostgreSQL command line cheatsheet PostgreSQL command line cheatsheet
    1
    
                  
    2
    ## PSQL
    3
    
                  
    4
    Magic words:
    5
    ```bash
  6. andela/mrm_api andela/mrm_api Public

    Python 14 32