micro-users 1.0.1__py3-none-any.whl → 1.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of micro-users might be problematic. Click here for more details.

@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro-users
3
- Version: 1.0.1
4
- Summary: Django user management app with abstract user, permissions, and activity logging
5
- Home-page: https://github.com/debeski/micro_users
3
+ Version: 1.0.3
4
+ Summary: Arabic Django user management app with abstract user, permissions, and activity logging
5
+ Home-page: https://github.com/debeski/micro-users
6
6
  Author: DeBeski
7
7
  Author-email: DeBeski <debeski1@gmail.com>
8
8
  License: MIT
@@ -20,18 +20,30 @@ Classifier: Operating System :: OS Independent
20
20
  Requires-Python: >=3.9
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: Django (>=5.17)
23
+ Requires-Dist: Django (>=5.1)
24
24
  Requires-Dist: django-crispy-forms (>=2.4)
25
- Requires-Dist: django-tables2 (>=2.7.5)
26
- Requires-Dist: django-filter (>=25.1)
25
+ Requires-Dist: django-tables2 (>=2.7)
26
+ Requires-Dist: django-filter (>=24.3)
27
27
  Requires-Dist: pillow (>=11.0)
28
28
  Requires-Dist: babel (>=2.1)
29
29
 
30
- # Micro Users - Django User Management App
30
+ # Micro Users - Arabic Django User Management App
31
31
 
32
32
  [![PyPI version](https://badge.fury.io/py/micro-users.svg)](https://pypi.org/project/micro-users/)
33
33
 
34
- A lightweight, reusable Django app providing user management with abstract user, permissions, localization, and activity logging.
34
+ **Arabic** lightweight, reusable Django app providing user management with abstract user, permissions, localization, and activity logging.
35
+
36
+
37
+ ## Requirements
38
+ - **Must be installed on a fresh database.**
39
+ - Python 3.9+
40
+ - Django 5.1+
41
+ - django-crispy-forms 2.4+
42
+ - django-tables2 2.7+
43
+ - django-filter 24.3+
44
+ - pillow 11.0+
45
+ - babel 2.1+
46
+
35
47
 
36
48
  ## Features
37
49
  - Custom AbstractUser model
@@ -55,24 +67,23 @@ pip install micro-users
55
67
  1. Add to `INSTALLED_APPS`:
56
68
  ```python
57
69
  INSTALLED_APPS = [
70
+ 'users', # Preferably on top
71
+ 'django.contrib.admin',
72
+ 'django.contrib.auth',
58
73
  ...
59
- 'django_tables2',
60
- 'django_filters',
61
- 'crispy_forms',
62
- 'users', # Add this
63
74
  ]
64
75
  ```
65
76
 
66
77
  2. Set custom user model in settings.py:
67
78
  ```python
68
- AUTH_USER_MODEL = 'users.User'
79
+ AUTH_USER_MODEL = 'users.CustomUser'
69
80
  ```
70
81
 
71
82
  3. Include URLs in your main project folder `urls.py`:
72
83
  ```python
73
84
  urlpatterns = [
74
85
  ...
75
- path('users/', include('users.urls')),
86
+ path('manage/', include('users.urls')),
76
87
  ]
77
88
  ```
78
89
 
@@ -82,10 +93,6 @@ python manage.py makemigrations users
82
93
  python manage.py migrate users
83
94
  ```
84
95
 
85
- ## Requirements
86
- - Python 3.9+
87
- - Django 5.1+
88
- - See setup.py for full dependencies
89
96
 
90
97
  ## Structure
91
98
  ```
@@ -17,8 +17,8 @@ users/templates/users/profile.html,sha256=9ahVF6YZUR-6-c8SKc0rN2pVdis2lI9gbcOQZe
17
17
  users/templates/users/profile_edit.html,sha256=sgO3h9ffVK1vnDNl4E6l5x3xfam3FTQl6Lqkrw5gmlw,4215
18
18
  users/templates/users/user_actions.html,sha256=33y-aFqzsFm7yMSzBFGtuT-95hhyQV8CFppU3Oev54A,1366
19
19
  users/templates/users/user_form.html,sha256=jcyI7OQZOY4ue4DajPtfjAt2SmAYO5ZgHNOqTp2-FO0,1352
20
- micro_users-1.0.1.dist-info/LICENSE,sha256=Fco89ULLSSxKkC2KKnx57SaT0R7WOkZfuk8IYcGiN50,1063
21
- micro_users-1.0.1.dist-info/METADATA,sha256=ThoFvj2O6RNDkLyE4QRhs5WIIYeeDWDVZ6tWVm-O3b8,2613
22
- micro_users-1.0.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
23
- micro_users-1.0.1.dist-info/top_level.txt,sha256=tWT24ZcWau2wrlbpU_h3mP2jRukyLaVYiyHBuOezpLQ,6
24
- micro_users-1.0.1.dist-info/RECORD,,
20
+ micro_users-1.0.3.dist-info/LICENSE,sha256=Fco89ULLSSxKkC2KKnx57SaT0R7WOkZfuk8IYcGiN50,1063
21
+ micro_users-1.0.3.dist-info/METADATA,sha256=nJdcq63xoJXusAUWSn8jE2iDLaPzCFRsaX6bjKl5NkI,2749
22
+ micro_users-1.0.3.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
23
+ micro_users-1.0.3.dist-info/top_level.txt,sha256=tWT24ZcWau2wrlbpU_h3mP2jRukyLaVYiyHBuOezpLQ,6
24
+ micro_users-1.0.3.dist-info/RECORD,,