Skip to content
View jacinator's full-sized avatar
🍁
🍁
Block or Report

Block or report jacinator

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-setting-mixins django-setting-mixins Public

    This library is to help with passing Django settings through to objects as key-word arguments.

    Python

  2. This is the code needed to create a ... This is the code needed to create a custom Django authentication system which trims out username and name fields an uses the email field for authentication.
    1
    from django.contrib import admin
    2
    from django.contrib.auth.admin import GroupAdmin, UserAdmin as BaseUserAdmin
    3
    from django.contrib.auth.models import Group as BaseGroup
    4
    from django.utils.translation import gettext_lazy as _
    5
    
                  
  3. zelenij/django-bootstrap-v5 zelenij/django-bootstrap-v5 Public

    Forked from zostera/django-bootstrap4

    Bootstrap 5 integration with Django.

    Python 101 44

  4. second-darkness second-darkness Public

    Python 1