Skip to content
View vitaliypopel's full-sized avatar
💻
Believe In Yourself
💻
Believe In Yourself
  • Lviv, Ukraine

Block or report vitaliypopel

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. django-routify django-routify Public

    Django-Routify is a lightweight package designed to simplify routing views in the classic Django framework.

    Python 21 1

  2. Django .bashrc alias config Django .bashrc alias config
    1
    ...
    2
    
                  
    3
    alias dm='python3 manage.py'                                    # python3 manage.py <command>
    4
    alias drun='dm runserver'                                       # python3 manage.py runserver
    5
    alias dmigr='dm migrate'                                        # python3 manage.py migrate