معرفی شرکت ها


django-markdown-messaging-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django application to create messages based on markdown
ویژگی مقدار
سیستم عامل -
نام فایل django-markdown-messaging-0.1.0
نام django-markdown-messaging
نسخه کتابخانه 0.1.0
نگهدارنده ['Aloha68']
ایمیل نگهدارنده ['dev@aloha.im']
نویسنده Aloha68
ایمیل نویسنده dev@aloha.im
آدرس صفحه اصلی https://gitlab.com/aloha68/django-markdown-messaging
آدرس اینترنتی https://pypi.org/project/django-markdown-messaging/
مجوز ISC
# Django messaging application This messaging app has to be integrated into an existing django website. ## Quick start 1. Add "messaging" to your INSTALLED_APPS setting like this: ``` INSTALLED_APPS = [ ... 'django_markdown_messaging', ] ``` 2. Include the messaging URLconf in your project urls.py like this: ``` path('msg/', include(('django_markdown_messaging.urls', 'messaging'))), ``` 3. Run `python manage.py migrate` to create the messaging models. 4. Start the development server and visit http://127.0.0.1:8000/msg to check if everything is ok. ## How to use 1. Go to http://127.0.0.1:8000/msg and click on "new message" 2. Write your message using plain text or markdown syntax 3. You can choose to allow editing or deleting of this message 4. Then, click on "Save" button 5. Link of the message appears on screen, just copy and paste it to your friends! :-) 6. If you go on the message page, you'll see your message and eventually a link to edit or delete this message. ## Override those ugly templates You can add a *templates/messaging* folder in your base application to override default templates. There are four pages that you can override safely: - **[base.html](https://gitlab.com/aloha68/django-markdown-messaging/blob/master/django_markdown_messaging/templates/messaging/base.html)**: the base page for all the messaging templates - **[index.html](https://gitlab.com/aloha68/django-markdown-messaging/blob/master/django_markdown_messaging/templates/messaging/index.html)**: index page with a form to search a message - **[message.html](https://gitlab.com/aloha68/django-markdown-messaging/blob/master/django_markdown_messaging/templates/messaging/message.html)**: page to display an existing message - **[edit-message.html](https://gitlab.com/aloha68/django-markdown-messaging/blob/master/django_markdown_messaging/templates/messaging/edit-message.html)**: page to add a new message or to edit an existing one If you have any questions, I can help you! :-)


نیازمندی

مقدار نام
>=2.2,<3.0 django
>=2.6,<3.0 markdown


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

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


نحوه نصب


نصب پکیج whl django-markdown-messaging-0.1.0:

    pip install django-markdown-messaging-0.1.0.whl


نصب پکیج tar.gz django-markdown-messaging-0.1.0:

    pip install django-markdown-messaging-0.1.0.tar.gz