All Projects → mobolic → django-shortcodes

mobolic / django-shortcodes

Licence: other
A Django application to parse WordPress shortcodes.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to django-shortcodes

Microsite
Full featured and completely customizable django site for organizations.
Stars: ✭ 75 (+476.92%)
Mutual labels:  django-application
Django Crud Ajax Login Register Fileupload
Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App
Stars: ✭ 118 (+807.69%)
Mutual labels:  django-application
Django Settings Export
Access Django settings from templates the right way™
Stars: ✭ 167 (+1184.62%)
Mutual labels:  django-application
Education Backend
Django backend for my info-business website
Stars: ✭ 79 (+507.69%)
Mutual labels:  django-application
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (+707.69%)
Mutual labels:  django-application
Hsreplay.net
🔶 Unleash your Potential!
Stars: ✭ 132 (+915.38%)
Mutual labels:  django-application
Django Likes
Django app providing view interface to django-secretballot.
Stars: ✭ 72 (+453.85%)
Mutual labels:  django-application
Alfanous
Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces...
Stars: ✭ 209 (+1507.69%)
Mutual labels:  django-application
Django Pattern Library
UI pattern libraries for Django templates
Stars: ✭ 110 (+746.15%)
Mutual labels:  django-application
Patchman
Patchman is a Linux Patch Status Monitoring System
Stars: ✭ 163 (+1153.85%)
Mutual labels:  django-application
Django Poll App
Django poll app is a full featured polling app. You have to register in this app to show the polls and to vote. If you already voted you can not vote again. Only the owner of a poll can add poll , edit poll, update poll, delete poll , add choice, update choice, delete choice and end a poll. If a poll is ended it can not be voted. Ended poll only shows user the final result of the poll. There is a search option for polls. Also user can filter polls by name, publish date, and by number of voted. Pagination will work even after applying filter.
Stars: ✭ 78 (+500%)
Mutual labels:  django-application
Covid19 Dashboard
🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
Stars: ✭ 100 (+669.23%)
Mutual labels:  django-application
Django Dersleri
YouTube Django Dersleri için proje kaynak kodu
Stars: ✭ 135 (+938.46%)
Mutual labels:  django-application
Liquid dl
Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users to just click on what they need and use the bare minimum commands to get the results needed.
Stars: ✭ 78 (+500%)
Mutual labels:  django-application
Niji
A pluggable Django forum APP
Stars: ✭ 173 (+1230.77%)
Mutual labels:  django-application
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+65492.31%)
Mutual labels:  django-application
Django Lockdown
Lock down a Django site or individual views, with configurable preview authorization
Stars: ✭ 123 (+846.15%)
Mutual labels:  django-application
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+1746.15%)
Mutual labels:  django-application
College Erp
A college management system built using Django framework. It is designed for interactions between students and teachers. Features include attendance, marks and time table.
Stars: ✭ 187 (+1338.46%)
Mutual labels:  django-application
Django mail admin
The one and only django app to receive & send mail with templates and multiple configurations.
Stars: ✭ 140 (+976.92%)
Mutual labels:  django-application

django-shortcodes

This package provides WordPress shortcode support for Django templates. It is based on code by Mark Steadman.

Support for different shortcodes are generated by parsers. The package currently includes a parser for YouTube videos. Additional parsers can be submitted for inclusion at the package's issue tracker.

Installation

Use pip install django-shortcodes or clone the Git repository.

Usage

{% load shortcodes_filters %}
{{ text|shortcodes|safe }}

Settings

Vimeo

  • SHORTCODES_VIMEO_HEIGHT: Default height for Vimeo videos.
  • SHORTCODES_VIMEO_WIDTH: Default width for Vimeo videos.

YouTube

  • SHORTCODES_YOUTUBE_JQUERY: Boolean whether the jquery.flash plugin is available.
  • SHORTCODES_YOUTUBE_HEIGHT: Default height for YouTube videos.
  • SHORTCODES_YOUTUBE_WIDTH: Default width for YouTube videos.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].