micro-users 1.2.3__tar.gz → 1.2.4__tar.gz
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.
- {micro_users-1.2.3 → micro_users-1.2.4}/PKG-INFO +2 -1
- {micro_users-1.2.3 → micro_users-1.2.4}/README.md +2 -1
- {micro_users-1.2.3 → micro_users-1.2.4}/micro_users.egg-info/PKG-INFO +2 -1
- {micro_users-1.2.3 → micro_users-1.2.4}/pyproject.toml +1 -1
- {micro_users-1.2.3 → micro_users-1.2.4}/setup.py +1 -1
- {micro_users-1.2.3 → micro_users-1.2.4}/users/templates/users/manage_users.html +1 -1
- {micro_users-1.2.3 → micro_users-1.2.4}/users/templates/users/profile.html +1 -1
- {micro_users-1.2.3 → micro_users-1.2.4}/users/templates/users/profile_edit.html +1 -1
- {micro_users-1.2.3 → micro_users-1.2.4}/LICENSE +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/MANIFEST.in +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/micro_users.egg-info/SOURCES.txt +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/micro_users.egg-info/dependency_links.txt +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/micro_users.egg-info/requires.txt +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/micro_users.egg-info/top_level.txt +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/setup.cfg +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/__init__.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/admin.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/apps.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/filters.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/forms.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/migrations/0001_initial.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/migrations/__init__.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/models.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/signals.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/static/css/login.css +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/static/img/default_profile.webp +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/tables.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/templates/registration/login.html +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/templates/user_activity_log.html +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/templates/users/user_actions.html +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/templates/users/user_detail.html +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/templates/users/user_form.html +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/urls.py +0 -0
- {micro_users-1.2.3 → micro_users-1.2.4}/users/views.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: micro_users
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Arabic Django user management app with abstract user, permissions, and activity logging
|
|
5
5
|
Home-page: https://github.com/debeski/micro-users
|
|
6
6
|
Author: DeBeski
|
|
@@ -121,3 +121,4 @@ users/
|
|
|
121
121
|
| v1.2.0 | • Added User Details view with specific user activity log |
|
|
122
122
|
| v1.2.1 | • Fixed a minor import bug |
|
|
123
123
|
| v1.2.3 | • Separated user detail view from table for consistency<br> • Optimized the new detail + log view for optimal compatibiliyy with users |
|
|
124
|
+
| v1.2.4 | • Fixed a couple of visual inconsistencies |
|
|
@@ -89,4 +89,5 @@ users/
|
|
|
89
89
|
| v1.1.1 | • Fixed a bug where a staff member can edit the admin details |
|
|
90
90
|
| v1.2.0 | • Added User Details view with specific user activity log |
|
|
91
91
|
| v1.2.1 | • Fixed a minor import bug |
|
|
92
|
-
| v1.2.3 | • Separated user detail view from table for consistency<br> • Optimized the new detail + log view for optimal compatibiliyy with users |
|
|
92
|
+
| v1.2.3 | • Separated user detail view from table for consistency<br> • Optimized the new detail + log view for optimal compatibiliyy with users |
|
|
93
|
+
| v1.2.4 | • Fixed a couple of visual inconsistencies |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: micro-users
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Arabic Django user management app with abstract user, permissions, and activity logging
|
|
5
5
|
Home-page: https://github.com/debeski/micro-users
|
|
6
6
|
Author: DeBeski
|
|
@@ -121,3 +121,4 @@ users/
|
|
|
121
121
|
| v1.2.0 | • Added User Details view with specific user activity log |
|
|
122
122
|
| v1.2.1 | • Fixed a minor import bug |
|
|
123
123
|
| v1.2.3 | • Separated user detail view from table for consistency<br> • Optimized the new detail + log view for optimal compatibiliyy with users |
|
|
124
|
+
| v1.2.4 | • Fixed a couple of visual inconsistencies |
|
|
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
|
|
|
8
8
|
|
|
9
9
|
[project]
|
|
10
10
|
name = "micro_users"
|
|
11
|
-
version = "1.2.
|
|
11
|
+
version = "1.2.4"
|
|
12
12
|
description = "Arabic Django user management app with abstract user, permissions, and activity logging"
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
requires-python = ">=3.11"
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="micro_users",
|
|
8
|
-
version="1.2.
|
|
8
|
+
version="1.2.4",
|
|
9
9
|
author="DeBeski",
|
|
10
10
|
author_email="debeski1@gmail.com",
|
|
11
11
|
description="Arabic django user management app with abstract user, permissions, and activity logging",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</div>
|
|
22
22
|
|
|
23
23
|
<div class="mt-3">
|
|
24
|
-
<a href="{% url 'create_user' %}" class="btn btn-
|
|
24
|
+
<a href="{% url 'create_user' %}" class="btn btn-secondary" title="إضافة مستخدم جديد">
|
|
25
25
|
<i class="bi bi-person-plus-fill text-light me-1 h4"></i> إضافة مستخدم جديد
|
|
26
26
|
</a>
|
|
27
27
|
</div>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<div class="row mt-4">
|
|
28
28
|
<form method="post">
|
|
29
29
|
{% csrf_token %}
|
|
30
|
-
<a class="btn btn-
|
|
30
|
+
<a class="btn btn-secondary" href="{% url 'edit_profile' %}" role="button" title="تحديث البيانات">
|
|
31
31
|
<i class="bi bi-pencil-square text-light me-1 h4"></i> تحديث البيانات
|
|
32
32
|
</a>
|
|
33
33
|
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
<button type="submit" class="btn btn-success" title="حفظ التغييرات">
|
|
50
50
|
<i class="bi bi-check2-square text-light me-1 h4"></i> حفظ التغييرات
|
|
51
51
|
</button>
|
|
52
|
-
<a href="{% url 'user_profile' %}" class="btn btn-
|
|
52
|
+
<a href="{% url 'user_profile' %}" class="btn btn-secondary" title="إلغـــاء">
|
|
53
53
|
<i class="bi bi-x-circle text-light me-1 h4"></i> إلغـــاء
|
|
54
54
|
</a>
|
|
55
55
|
</div>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|