معرفی شرکت ها


django-react-tools-0.2.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Tools for helping integrate ReactJS into a Django project.
ویژگی مقدار
سیستم عامل -
نام فایل django-react-tools-0.2.9
نام django-react-tools
نسخه کتابخانه 0.2.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Grant Viklund
ایمیل نویسنده renderbox@gmail.com
آدرس صفحه اصلی https://github.com/renderbox/django-react-tools
آدرس اینترنتی https://pypi.org/project/django-react-tools/
مجوز -
![Upload Python Package](https://github.com/renderbox/django-react-tools/workflows/Upload%20Python%20Package/badge.svg) # django-react-tools Tools for helping integrate ReactJS into a Django project. The current iteration of this tool adds a simple management command to your Django project that will build, copy to a Django static directory and rename accordingly. If you wish to contribute, please Fork the repo and then make a Pull Request. We're always open for people who want to help make this a better package. To start run ```bash pip install django-react-tools ``` then add 'reacttools' to your django project's list of apps. next in settings, set where to find the React project: ```python REACT_PROJECT_DIRECTORY = "/path/to/project" ``` The default destination location is the Static Root directory for your Django project. You can change it by modifying the setting variable. ```python REACT_DJANGO_DEST = settings.STATIC_ROOT ``` To run all you need to do is call the management command. ```bash > ./manage.py collectreact ``` By default the React project is buit using "yarn build". If you want to change the command you can: ```python REACT_BUILD_COMMAND = "npm build" ``` If you want to skip the build you can run the comman this way: ```bash > ./manage.py collectreact --no-build ```


نیازمندی

مقدار نام
<4.1,>=2.1 Django
- requests
==4.4.1 coverage
==1.6.4 Sphinx


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

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl django-react-tools-0.2.9:

    pip install django-react-tools-0.2.9.whl


نصب پکیج tar.gz django-react-tools-0.2.9:

    pip install django-react-tools-0.2.9.tar.gz