معرفی شرکت ها


django-help-me-0.1.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An app for providing a simple Help Desk & FAQ for users.
ویژگی مقدار
سیستم عامل -
نام فایل django-help-me-0.1.9
نام django-help-me
نسخه کتابخانه 0.1.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Grant Viklund, Mackenzie Camisa
ایمیل نویسنده renderbox@example.com
آدرس صفحه اصلی https://github.com/renderbox/django-help-me/
آدرس اینترنتی https://pypi.org/project/django-help-me/
مجوز MIT license
.. image:: https://github.com/renderbox/django-help-me/workflows/Help%20Me%20CI/badge.svg :target: https://github.com/renderbox/django-help-me/workflows/Help%20Me%20CI/badge.svg :alt: Help Me CI .. image:: https://github.com/renderbox/django-help-me/workflows/Help%20Me%20Develop/badge.svg?branch=develop :target: https://github.com/renderbox/django-help-me/workflows/Help%20Me%20Develop/badge.svg?branch=develop :alt: Help Me Develop .. image:: https://readthedocs.org/projects/django-help-me/badge/?version=latest :target: https://django-help-me.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status Help Me ======= A simple app for providing a simple help desk for users. Prerequisites ------------- This package makes use of JSON fields so you'll need Download and install Postgresql. This will change with Django 3.1+ and the universal JSON field. Installation ------------ It is highly reconmended that you use a Virtual Environment before installing. To install, just use pip .. code-block:: shell > pip install django-permafrost If you plan to use our templates you will need to installe these additional pacakges too (they are included in the 'dev' extensions): .. code-block:: shell > pip install django-crispy-forms django-multiselectfield For developers -------------- If you haven't already, you will need to Set up database and user. -Start the postgres server -Open the psql console -In your console run the following db commands (credentials found in settings.py) .. code-block:: shell CREATE DATABASE helpme; CREATE USER django WITH PASSWORD 'password'; ALTER ROLE django SET client_encoding TO 'utf8'; ALTER ROLE django SET default_transaction_isolation TO 'read committed'; ALTER ROLE django SET timezone TO 'UTC'; GRANT ALL PRIVILEGES ON DATABASE helpme TO django; \q #exits the console We have a pre-build 'develop' project we work from included in this repo. It's very basic and is used for testing in a consistent Django environment. First, create your virtual environment. To install the necessary packages for the "develop" project, run the following command from the root of the repo: .. code-block:: shell > pip install -e .[dev] This tells pip to install the package in the virtual environment but still keep things editable (by linking the package instead of copying it). cd into the developer and apply any migrations... .. code-block:: shell > ./manage.py migrate Create your superuser account... .. code-block:: shell > ./manage.py createsuperuser Optionally load fixtures... .. code-block:: shell > ./manage.py loaddata developer run the Django project normally with .. code-block:: shell > ./manage.py runserver


نیازمندی

مقدار نام
<4.1,>=3.0 Django
- django-autoslug
- django-multiselectfield
- django-crispy-forms
- django-user-agents
- django-site-configs
- setuptools
- wheel
- twine
- m2r
- django-extensions
- django-allauth
- dj-database-url
- psycopg2-binary
- pylint
- djangorestframework
- pyyaml
- ua-parser
- user-agents
- recommonmark
- m2r
- django-extensions
- coverage
- Sphinx
- rstcheck
- sphinx-rtd-theme


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

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


نحوه نصب


نصب پکیج whl django-help-me-0.1.9:

    pip install django-help-me-0.1.9.whl


نصب پکیج tar.gz django-help-me-0.1.9:

    pip install django-help-me-0.1.9.tar.gz