Skip to content
View mverteuil's full-sized avatar
🍇
Doing grape, thanks for asking.
🍇
Doing grape, thanks for asking.
Block or Report

Block or report mverteuil

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

  1. mathsucks/barbara mathsucks/barbara Public

    Environment variable management

    Python 7 1

  2. mig3 mig3 Public archive

    Detect regressions in your python3 migration!

    Python 3 2

  3. pytest-ipdb pytest-ipdb Public

    Provides ipdb on failures for py.test.

    Python 105 31

  4. mig3-client mig3-client Public

    Submit your test results to a mig3 service

    Python 1 2

  5. Python3 Upgrade Notes Python3 Upgrade Notes
    1
    # General
    2
    
                  
    3
    - Don't fork to a new branch, it will be impossible to merge back
    4
    - If only a handful of developers work on the branch, nobody else is comfortable writing python3 when you're ready to go
    5
    - You need to have a two-language compatible codebase
  6. Enable the equivalent of ./manage.py... Enable the equivalent of ./manage.py shell_plus under PyCharm's Django Console.
    1
    # Confirmed working under:
    2
    # -   Python3.7 / Django 2.2 / Django Extensions / IPython Available
    3
    # -   Python3.7 / Django 2.2 / Django Extensions / IPython Unavailable
    4
    # 
    5
    # Notices: