Skip to main content

Arabic Django user management app with abstract user, permissions, and activity logging

Project description

Micro Users - Arabic Django User Management App

PyPI version

Arabic lightweight, reusable Django app providing user management with abstract user, permissions, localization, and activity logging.

Requirements

  • Must be installed on a fresh database.
  • Python 3.9+
  • Django 5.1+
  • django-crispy-forms 2.4+
  • django-tables2 2.7+
  • django-filter 24.3+
  • pillow 11.0+
  • babel 2.1+

Features

  • Custom AbstractUser model
  • User permissions system
  • Activity logging (login/logout tracking)
  • Localization support
  • Admin interface integration
  • CRUD views and templates
  • Filtering and tabulation

Installation

pip install git+https://github.com/debeski/micro-users.git
# OR local
pip install micro-users

Configuration

  1. Add to INSTALLED_APPS:
INSTALLED_APPS = [
    'users',  # Preferably on top
    'django.contrib.admin',
    'django.contrib.auth',
    ...
]
  1. Set custom user model in settings.py:
AUTH_USER_MODEL = 'users.CustomUser'
  1. Include URLs in your main project folder urls.py:
urlpatterns = [
    ...
    path('manage/', include('users.urls')),
]
  1. make migrations and migrate:
python manage.py makemigrations users
python manage.py migrate users

Structure

users/
├── models.py      # User model, permissions, activity logs
├── views.py       # CRUD operations
├── urls.py        # URL routing
├── admin.py       # Admin integration
├── templates/     # HTML templates
└── migrations/    # Database migrations

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

micro_users-1.0.3.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

micro_users-1.0.3-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file micro_users-1.0.3.tar.gz.

File metadata

  • Download URL: micro_users-1.0.3.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for micro_users-1.0.3.tar.gz
Algorithm Hash digest
SHA256 effbb271b2796e98b6bdd1c4d03b70e46b46aa82c49260bebe9a34dc92326f53
MD5 2763c3c8e4b5f2928a93df393afeb07d
BLAKE2b-256 cd0ef4a7010478e4422a9976d14ff0dd1757dbeb94ebb5e66775d7c8cfa06d06

See more details on using hashes here.

File details

Details for the file micro_users-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: micro_users-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for micro_users-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 42e8708813b5bff22346467e0db91b8a41bfed13e92a0a358001591639973b21
MD5 8ca07b97f502e8f433fc3aa80ddfdb76
BLAKE2b-256 caf22e45bdf545ef7a24e20b2751fbf0eae16e20044d602a2a96d3256a5e1c68

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page