معرفی شرکت ها


dj-users-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Users is a Django app for performing CRUD operation on user models
ویژگی مقدار
سیستم عامل -
نام فایل dj-users-0.1.1
نام dj-users
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Yousef Abu Shanab
ایمیل نویسنده josephyousef249@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/dj-users/
مجوز MIT
# Users Users is a Django app for creating, reading, updating and deleting users models. ## Get started Install the package: ```shell pip install django-users ``` After installation: - In `settings.py`, add `users` app to `INSTALLED_APPS`. - Users app can be used as a web app that uses HTML templates and/or as an API back-end: - If you want to use HTML templates, then include `users.urls` in your project level `urls.py`. - Include `users.routers` to use the API endpoints. - Or include the both. ## Set up the templates Users app does not contain HTML templates to give the developer the options of customization. To set up the templates: - In `settings.py`, set the `DIRS` = `[BASE_DIR / 'templates']`. - Create `templates` folder in your project folder. - Create a folder named with the name of the app that contains `AUTH_USER_MODEL` (the default is `auth`). - Create the templates (`user_list.html`, `user_detail.html`, `user_form.html`, `user_confirm_delete.html`) **Note**: If you named your user model different than `User`, you may need to name your templates according to the name of the model Example: Let's say that the name of your app is `blog` and you extended the default user model and you named the new user model `BlogUser` then the folder that you will create in the templates folder is `blog` and you will need to rename the templates, for example `user_list.html` will be `bloguser_list.html`. I hope that you find this useful.


نیازمندی

مقدار نام
>=3.0,<4.0 django
>=3.0,<4.0 djangorestframework


زبان مورد نیاز

مقدار نام
>=3.9,<4.0 Python


نحوه نصب


نصب پکیج whl dj-users-0.1.1:

    pip install dj-users-0.1.1.whl


نصب پکیج tar.gz dj-users-0.1.1:

    pip install dj-users-0.1.1.tar.gz