معرفی شرکت ها


djplus-3.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A collection of Django apps
ویژگی مقدار
سیستم عامل -
نام فایل djplus-3.0.0
نام djplus
نسخه کتابخانه 3.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده githashem
ایمیل نویسنده PersonalHashem@gmail.com
آدرس صفحه اصلی https://github.com/githashem/dj
آدرس اینترنتی https://pypi.org/project/djplus/
مجوز MIT
![djplus version](https://img.shields.io/pypi/v/djplus?style=flat-square) ![django version](https://img.shields.io/pypi/djversions/djplus?style=flat-square) ![python version](https://img.shields.io/pypi/pyversions/djplus?style=flat-square) ![license](https://img.shields.io/pypi/l/djplus?color=blue&style=flat-square) # Why does this package exist? Because 80% of customer projects have common apps such as authentication, store, admin, blog, forum, academy, etc. Therefore, as freelancers, we decided to code all these apps only once in one place and use them in different projects as often as desired, and all these apps can be customized by the settings of each project. This helps to save our time and increase our income in exchange for doing projects. # Installing You can use pip to install `djplus` for usage: ```shell pip install djplus ``` # Usage ## Create Project Simple command line for jumpstarting production-ready Django projects: ```shell dj ``` or ```shell python -m dj ``` ## Auth ```python #settings.py INSTALLED_APPS = [ # ... "dj.auth", # ... ] MIDDLEWARE = [ # ... 'dj.auth.middleware.AuthenticationMiddleware', # ... ] ``` ```python # urls.py urlpatterns = [ # ... path("auth/", include("dj.auth.urls", namespace="auth")), # ... ] ``` ## Blog ```python #settings.py INSTALLED_APPS = [ # ... "dj.blog", # ... ] ``` ```python # urls.py urlpatterns = [ # ... path("blog/", include("dj.blog.urls", namespace="blog")), # ... ] ``` # Contributing Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again! 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request


نیازمندی

مقدار نام
>=4.0.3,<5.0.0 Django
>=4.0.2,<5.0.0 django-ipware


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

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


نحوه نصب


نصب پکیج whl djplus-3.0.0:

    pip install djplus-3.0.0.whl


نصب پکیج tar.gz djplus-3.0.0:

    pip install djplus-3.0.0.tar.gz