Skip to content
View ddrewno's full-sized avatar

Organizations

@cratejoy

Block or report ddrewno

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. cj-metrics cj-metrics Public

    Python

  2. postgres-test postgres-test Public

    A sample set of data, and some simple questions on postgres designed to test various joins, functions, and techniques

    6

  3. skillstest_dev skillstest_dev Public

    Forked from cratejoy/webdev_applicant

    Simple programming challenge for new web developer applicants

    CSS

  4. Create a page which is only accessib... Create a page which is only accessible by subscribers with a particular product
    1
    {% extends "base.html" %}
    2
    
                  
    3
    {% block page_content %}
    4
     
    5
    {# Customer will be 'Null' if the user is not logged in #}